hi all
im not sure what this is called to search so any help appreciated
what i want to do is make a timer and every say 30 second send the tab key and then the Q key to a different program that has focus.
any help appreciated.
Printable View
hi all
im not sure what this is called to search so any help appreciated
what i want to do is make a timer and every say 30 second send the tab key and then the Q key to a different program that has focus.
any help appreciated.
Quote:
Originally Posted by ikaris69
well if it has focus then simple make a timer and in it put.
VB Code:
sendkeys.send("{tab}") sendkeys.send("q")
worked great thanks much