Results 1 to 4 of 4

Thread: Is Enumerating Toolbar buttons possible?

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2001
    Location
    ny
    Posts
    9

    Angry Is Enumerating Toolbar buttons possible?

    Hello people.

    I am having trouble Enumerating through a Tool bar (MS WORD or Adobe Acrobat etc.). What I am trying to do is to make my App PostMessage(click) to the SAVE/OPEN button on any toolbar. I am beginning to think it’s not possible. I can Enum through Windows, buttons, but not on the buttons on the toolbar. Please help.



    Thanks
    Yury

  2. #2
    Addicted Member
    Join Date
    Apr 2000
    Location
    England
    Posts
    246
    toolbars in Office products are very different to normal Toolbars, so forget that.

    for MS Word, your best capturing the object using:

    set oWrd = getobject("word.application")

    then you can save using the object model, or anything else


    for Actrobat, your best off finding the menu option to do it and use a WM_COMMAND message

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2001
    Location
    ny
    Posts
    9

    Enum through Adobe Acrobat Toolbar

    Hey Nirces, thanx for your help.


    Here is the situation. I am working on the Application that communicates with an IE embeded Adobe Acrobat Doc file. I want my app to click on that save button on the tool bar, which after brings up SAVE AS dialog box. So that what i wanted to do.

    Since the PDF is embeded in to IE all the hotkeys (

  4. #4

    Thread Starter
    New Member
    Join Date
    May 2001
    Location
    ny
    Posts
    9

    Enum through Adobe Acrobat Toolbar

    Hey Nirces, thanx for your help.


    Here is the situation. I am working on the Application that communicates with an IE embedded Adobe Acrobat Doc file. I want my app to click on that save button on the tool bar, which after brings up SAVE AS dialog box. So that what I wanted to do.

    Since the PDF is embedded in to IE all the hotkeys (alt+s) are disabled so I can’t use DDE, so I was thinking using API. I just want to tell the users if it’s possible or not. See what I mean.


    Any help would be much appreciated.


    Thanx alot
    Yury

Posting Permissions

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



Click Here to Expand Forum to Full Width