Window name for Adobe Acrobat 9.0

Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: Window name for Adobe Acrobat 9.0

    Why do you need the window name for Acrobat?
    Leonard_Rosenthol@adobeforums.com Guest

  4. #3

    Default 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

  5. #4

    Default 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

  6. #5

    Default 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

  7. #6

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139