Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Nethaji@adobeforums.com #1
Window name for Adobe Acrobat 9.0
Hi Guys,
What is the window name of Adobe 9.0?
For Adobe 7.0 we are using "AdobeAcrobat" as the classname in the method as hWndAcrobat = FindWindow( _T("AdobeAcrobat") ,NULL );
For Adobe 7.0 we are using "AcrobatSDIWindow" as the classname in the method as hWndAcrobat = FindWindow( _T("AcrobatSDIWindow") ,NULL );
Is there something different in the case of Acrobat 9.0?
Please guide me.
Thanks and Regards,
Nethaji
Nethaji@adobeforums.com Guest
-
Adobe Acrobat 8.1.1 unable to load plug-in in Window Vista 64 bit
Hi, Abode Acrobat is not loading the plug-ins which are build using 64bit compiler. Even I tried this with sample plugin (eg. BasicPlugin) but... -
Adobe Acrobat 8.1.0 unable to load plug-in in Window Vista 64 bit
Hi, Abode Acrobat is not loading the plug-ins which are build using 64bit compiler. Even I tried this with sample plugin (eg. BasicPlugin) but... -
Adobe Acrobat 8 unable to load plug in Window Vista
I have developed a plug in for Adobe Acrobat, but Abode Acrobat unable to load the plug in. I try to troubleshoot the problem by putting a messagebox... -
insert a frame or window into adobe acrobat or reader window
Using Windows OS XP or Vista. Can you ad a frame or window into the main window to allow saving a document through another application? I have an... -
Applications/Adobe Acrobat 7.0Professional/Adobe Acrobat 7.0Professional.app/Contents/MacOS/Acroba
Does anyone know what this means. I keep getting the following entry over and over in my "console.log" file: May 9 13:37:07 mycomuter... -
Leonard_Rosenthol@adobeforums.com #2
Re: Window name for Adobe Acrobat 9.0
Why do you need the window name for Acrobat?
Leonard_Rosenthol@adobeforums.com Guest
-
Nethaji@adobeforums.com #3
Re: Window name for Adobe Acrobat 9.0
Thanks for your response.
We need to bring acrobat password dialog in front of all the opened windows and more over my application supports both acrobat 8.0 and 7.0,so we dont want to disturb the existing implementation thats y we need the class name for Acrobat 9.0.
Please do the needful.
Nethaji@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #4
Re: Window name for Adobe Acrobat 9.0
According to a quick test with Spy++, the name of the Acrobat window itself varies based on the document(s) that are open AND also whether the product has been localized.
Leonard_Rosenthol@adobeforums.com Guest
-
Nethaji@adobeforums.com #5
Re: Window name for Adobe Acrobat 9.0
For English Acrobat9.0 what is the window name thats to be used in FindWindow() method.
Nethaji@adobeforums.com Guest
-
Nethaji@adobeforums.com #6
Re: Window name for Adobe Acrobat 9.0
For Acrobat 9.0 the window name is same as 8.0 but still
hwnd= FindWindow( _T("AcrobatSDIWindow") ,NULL );
hwnd is not handled.
Nethaji@adobeforums.com Guest



Reply With Quote

