Results 1 to 2 of 2

Thread: Having VB hit "Next" Buttons Automatically

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2002
    Posts
    5

    Having VB hit "Next" Buttons Automatically

    Ok, thanks for everyone's help so far, I have another question that might be a little strange.

    I was wondering if there is a way to have VB "click" the Next buttons in another application.

    Here's my scenario, I'm writing a custom installation program that requires the user to run another setup program first. I have it calling and running that program fine, but the user has to click next about 3 times, then click finished. Is there anyway to automate this so when you run my program, it steps through automatically?

    Thanks a ton!
    -Jake

  2. #2
    Addicted Member
    Join Date
    Nov 2001
    Posts
    153
    If there is a shortcut button you could use sendkeys, I am not sure about this but I think

    SEDNKEYS"{%C}"

    would sendkeys alt+C, you'd better check it out in the help file.

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