|
-
Jan 29th, 2002, 03:49 PM
#1
Thread Starter
New Member
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
-
Jan 29th, 2002, 03:54 PM
#2
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|