AcroPdf Active X control with Reader 9.0

Hi Guys,
We have been developing a Windows .NET based solution that displays PDF files. We have been using the AcroPDF.dll active X component which further launches the AcroRd32.exe.
Observations:
1. Upon installation of Reader 9.0, we no longer see the AcroRd32.exe in the task manager.
2. When we exit the application, we see an error message "Cannot read the memory at ...."
Questions:
1. Do we need a newer version of the Active X control? If yes, Where do we get this new version from?
2. How has Adobe addressed issues of memory management in Reader 9.0?

I just found the solution at the following link:
http://stackoverflow.com/questions/1...sing-problem-c It uses the following code:
    [System.Runtime.InteropServices.DllImport("ole32.dll")]
    static extern void CoFreeUnusedLibraries();
    private void Form2_FormClosing(object sender, FormClosingEventArgs e)
        if (axAcroPDF1 != null)
            axAcroPDF1.Dispose();                
            System.Windows.Forms.Application.DoEvents();
            CoFreeUnusedLibraries(); 
I used it, and found no errors :-)

Similar Messages

  • Active X control with Reader 9.4

    Hi,
    I would like to show up pdf file in my application
    I found my adobe reader Id at registy - it is
    String progID = "AcroPDF.FDF.1";
    But when I executing
    OleControlSite site = new OleControlSite(frame, SWT.NONE, progID);
    thow exception
    org.eclipse.swt.SWTException: Failed to create Ole Client. result = -2147221231
    Other programs, like Word.Document works fine.
    Is Active X supported Adobe Reader 9.4?

    Please download the Acrobat SDK, read the documentation and sample code...

  • How to use active X controls to read/write protect an excel or word document created by created by Save Report to File VI

    Hi all,
    I'm trying to creat a word and excel documents using Save Report to File VI. When wiring a password to this last VI, the document created are only protected against writing but not reading. How can I use active X controls to password protect these documents against reading?
    Thanks a bunch!
    O

    There is no predefined functionality available in LabVIEW. So you have to implement this on your own.
    It seems to me that you own the Office Report Generation Toolkit. You can use the Excel Get ActiveX References.vi from the Excel Specific >> Advanced palette to get access to the "generic" ActiveX Excel references. Starting from this point, you can use property and invoke nodes to get to the setting you are going to modify.
    Please refer to this link for information on Excel password protection. I have not searched for the object giving you access to those settings though....
    hope this helps,
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Activity visbility control with authorized by book of business

    Hi Folks,
    My requirement is to show Completed or open activities which I am authorized to see under Account page, for thoes activities I am not able to see, I dont want to them to be shown there; Then what is the access control can make this work? the activities are authorized by Book of business; I tried to set related informaiton Appointment/Task as "inherit primary" but nothing was shown, if I changed to "View" lots of unauthorized activities are shown;
    Thanks,
    Zhou

    Test it step by step:
    1. The inherit primary setting is correct. If you don't see any records under Account, create a Task. Check whether you can see it.
    2. Assign this task to a book that you have access to. Check again if you can see the Task
    3. then check why the other activities are not seen... probably you don't own them or they are in a book where you are not a member, you you are not on the user list of the task.

  • AcroPDF.dll with Reader X

    I have a Windows Forms application that uses the acroPDF control. Up until Reader X the control displayed the normal Acro Reader toolbar however I had it configured on my PC. With Reader X there is some little mini toolbar that pops up every time I load a new file.
    Is there any way to force the control to load with the regular toolbar?  Even if its a setting the user can set on their client that would be fine

    Here's the thing though - it works fine when I open PDFs outside my application (i.e. it opens with the full toolbar) but within my application it reverts back to the "reading mode" every time it loads a new file.
    Is there anything I need to specify in code to keep it from doing that?
    Also thanks for the quick response!

  • Adobe PDF Reader Active X Control

    I am using the Adobe PDF Reader Active X Control on one of my VI's Front Panels. It seems that this control wants whatever VI is using it to have its preferred execution type set to "user interface mode." I am not too familiar with the ramifications of this but I have found one side effect: there cannot be any keyboard input to the VI (e.g. when typing values into numeric or string controls). Why is this? Is there any workaround?
    I also found some interesting behavior, I can set the VI that owns the PDF Reader Active X control to "standard" preferred execution type if I use Automation Open remotely (from another VI). I can then use the keyboard to enter values into numeric and string controls until I start interacting with the Active X Control.
    Thanks for any help 
    Solved!
    Go to Solution.

    Amaglio:
    I was able to edit a string control and a numeric while having a PDF loaded up.
    Do you have the load method inside a while loop or something that might cause the keyboard to be repeatedly co-opted by the activeX control?
    I've attached a sample VI that worked for me.
    Caleb Harris
    National Instruments | Mechanical Engineer | http://www.ni.com/support
    Attachments:
    activeX PDF.vi ‏11 KB

  • Jabber and deskphone control with video

    Hi all,
    one of our clients has IM and presence 9.1 and jabber on windows 9.1.X and is integrating with Active directory for user synchronization and authentication.
    Q.
    why when we use deskphone control with jaber users have an audio in hardware phones but video in Jabber clients not working ?
    Note that the media service interface file  is installed.
    Help needed.
    Thanks in advance.

    you might want to have a look at this post 
    https://supportforums.cisco.com/thread/2160363
    =============================
    Please remember to rate useful posts, by clicking on the stars below. 
    =============================

  • Active X controls in Excel 365 stopped working

    After today's Windows update and re-boot, I am no longer able to drop an Active X control on a sheet or even access existing controls' properties. Underlying VBA code works as do macros and form controls.
    Anybody else seeing this?

    Hi Antene88,
    >>Is there the same problem with office 2013? I still would have to do my updates when I shut down.<<
    Yes, as far as I test the issue occurred in Office 2013 too. Here is a workaround provided by other community:
    First:
    Start Windows Explorer.
    Select your system drive (usually C:)
    Use the Search box to search for *.exd
    Delete all the files it finds.
    Start Excel again.
    Second:
    In this file you can find this line:
    @del "C:\Documents and Settings\%USERNAME%\Application Data\Microsoft\Forms\*.exd" /s
    @del "C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Forms\*.exd" /s
    @del "C:\Users\%USERNAME%\AppData\Local\Temp\Excel8.0\*.exd" /s
    @del "C:\Users\%USERNAME%\AppData\Local\Temp\VBE\*.exd" /s
     @del "C:\Users\%USERNAME%\AppData\Local\Temp\Word8.0\*.exd" /s
    Also we have reported this problem and will keep you updated once there's any progress.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Active x controls in oracle forms 11g

    I have read a post regarding, the embeding of active x controls in oracle forms. Can anybody explain it in detail, tat how it can be done on Oracle forms 11g. My database is also 11g. And please explain how to draw activex control on canvas, coz i cant find any icon related to it on tool palette. please help me...
    Regards
    Vibin

    Vibin,
    Welcome to Oracle Forums!
    Please acquaint yourself with the FAQ and forum etiquette if you have not already done so.
    >
    I have read a post regarding, the embeding of active x controls in oracle forms.
    >
    You must have read some post of a client-server version of Forms. It is always better to post the link that you are referring to
    Can anybody explain it in detail, tat how it can be done on Oracle forms 11g. My database is also 11g. And please explain how to draw activex control on canvas, coz i cant find any icon related to it on tool palette. please help me...In web forms you use (Java) Beans.
    Cheers,

  • RMAN in active data guard with real time apply ON without a catalog DB

    I would like to know whether I can take RMAN backups (both level 0 & incremental) in active data guard with real time apply ON without a catalog database. version is 11.2.0.3.2. Will it make difference in the control file of standby syncing with primary? Can I use these backups on primary to restore and recover the database(including control file backup)?

    Thank you very much msberg. Could you please answer the below queries as well?
    Should I cancel Real Time Apply before starting RMAN?
    Will it make difference in the control file of standby syncing with primary? Is it possible to use these backups on primary to restore and recover the database(including control file backup)? If possible, how will I do that?

  • Flash content activating IE controls

    I am having difficulty with flash inserts in my pages
    activating IE controls and messing up the appearance of my page.
    What can I do to offset the presence of flash in my pages
    activating these controls in IE?
    Help please.
    Thanks

    It's IE-only behaviour as a result of changes Microsoft made
    several
    years ago to their browser, regarding how Active Content
    (Flash, Quicktime
    etc)
    is handled, after losing a high profile court case.
    http://blog.deconcept.com/2005/12/15/internet-explorer-eolas-changes-and-the-flash-plugin/
    Background:
    http://en.wikipedia.org/wiki/Eolas
    See also
    http://www.adobe.com/devnet/activecontent/
    If you're running Dreamweaver 8.0.2/CS3, the fix is already
    built into DW's
    interface.
    If not, try
    http://blog.deconcept.com/swfobject/
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Voodooriter" <[email protected]> wrote in
    message
    news:fgte2m$qds$[email protected]..
    >I am having difficulty with flash inserts in my pages
    activating IE
    >controls
    > and messing up the appearance of my page.
    >
    > What can I do to offset the presence of flash in my
    pages activating these
    > controls in IE?
    >
    > Help please.
    >
    > Thanks
    >
    >

  • Installing Active X Controls on E90 Browser

    I am facing issues with the installation of active X control on my E90 browser. Due to this I am unable to access a few of remote outlook browsing sites.
    Moderator Note: Moved to Eseries Board
    Message Edited by linwood on 14-Jan-2008 02:58 PM

    Opera mobile: www.opera.com/products/mobile/
    Opera mine: www.operamini.com/
    Opera mini is free but it's java based so it's fairly limited. You have to pay for opera mobile but you do get a 30 day trial.

  • Support for 64 bit browsers Active-X control roadmap

    With reference to Microsoft Technical notes documented in http://technet.microsoft.com/en-us/library/cc263526(v=office.15).aspx#activex,  Microsoft
    mentioned that “Currently only 32-bit versions of Internet Explorer support Active X control.”  
    Any representative from Microsoft can give an indication when they are able to support 64 bit versions of Internet Explorer?

    Likely what will happen, as we saw some progress with SharePoint 2013, is that any reliance on ActiveX is replaced by JavaScript and HTML5.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to use JNI to access Active X control ?

    I need to access EFTPOS devices which provides Active X control inerface. Can I wrap Active X into dll so that I can use java native interface to access it ?
    Thanks.

    Hi Mahesh!
    If nobody has answered by now...maybe you managed alone. Anyway here are some notes that might be useful:
    The first thing to do is write your Java class with the native definitions. Now 'Build Project'.
    Of course you shouldn't forget to have a line with
    System.loadLibrary("your library name");Next you need to make the .h file. I think it's best to do this manually. In Netbeans you can add a line to the ant build script like:
    <target name="-post-jar">
           <javah destdir="c" class="--your class full name--" classpath="${dist.jar}" />
        </target>but I don't know how to do this in Eclipse. Instead you will have to run javah manually like:
    javah -classpath build -verbose  -d "c"   "--your class full name--"Do this from the main project directory.
    Now create a separate C/C++ project with the name you used in the loadLibrary above, and make C files to implement the functionality you need (copy the function headers from the .h file). You should include the .h file and tell Eclipse where to find it. In Eclipse 3.4 there are workspace relative paths - and you can use those to add the include file.
    The C project should be of type 'shared library'. On Windows it will produce a DLL.
    Once you have your C project compiling, go back to the Java project, and edit the project class path. Under the 'source' tab expand your project source, and you will see a line for 'Native library location'. Select that, click the 'edit' button and add the path of the DLL (just the directory).
    Now run or debug the Java program, and when you load the library, watch to make sure there is no exception.
    How to debug: There are ways of debugging both the Java and C at the same time, but it's probably easiest just to put logging statements in the C (printf's) to see what's going on there.

  • Firefox has been terminated because it is deemed harmful by active virus control

    My firefox worked perfectly well until today when i launched firefox and encountered this problem. When i start firefox, i get an error report that firefox has been terminated because it is deemed harmful by active virus control. Please i need a way around this situation since i really enjoy surfing the web with firefox

    Possibly you have a genuine malware problem that is affecting firefox, or even causing spurious reports from your ''active virus control'' (what is that BTW part of bit Defender ? ) Are you using a different computer to post these messages now ?
    You first of all need to find out exactly what active virus scan is warning you about,and if it is finding any other problems, that probably involves an update of active virus scan followed by a full scan of your computer.
    If you consider removing and re-installing Firefox, consider copying the full [[profiles|profile]] first of all so that you may restore it without loss of personal information, but post back again once you have more information about exactly what your warnings relate to, they may even cease if you update your AV.

Maybe you are looking for