Results 1 to 3 of 3

Thread: Controlling Adobe Acrobat

  1. #1

    Thread Starter
    Lively Member Jamagei's Avatar
    Join Date
    Jul 2000
    Location
    running from you. You freak.
    Posts
    69

    How can i control adobe acrobat?

    i am stuck, can you control adobe acrobat reader to jump to a certain page with visual basic 6.0 (pro). if so please tell me how.

    thankyou



    [Edited by Jamagei on 07-14-2000 at 10:05 AM]

  2. #2

    Thread Starter
    Lively Member Jamagei's Avatar
    Join Date
    Jul 2000
    Location
    running from you. You freak.
    Posts
    69
    I am only doing this 'cos i am desparate!. this moves me to the top of the list haha
    Now, aren't you sorry you didn't just keep on scrolling?

  3. #3
    Guest
    You could use it to send Control Page Down (the keyboard command to get Adobe Reader to go down) so that it'll move down.

    I just tried this code:

    Code:
    Option Explicit
    
    Private Sub Command1_Click()
        AppActivate ("Acrobat Reader - [ReadMe.pdf]")
        SendKeys "^{pgdn}"
    End Sub
    
    Private Sub Form_Load()
        Shell ("C:\Program Files\Adobe\Acrobat 4.0]Reader\acrord32.exe")
    End Sub
    Sunny

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