Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sendkey with Timer

Status
Not open for further replies.

blackmagik

Technical User
Mar 22, 2002
5
0
0
US
i need the written command that will sendkey ~ (tilde) key and then type in NETDELAY, then sendkey {ENTER} every 1 minute..

~
NETDELAY
ENTER

im new at this so i cant exactly write this up myself..all i know is the sendkey is involve with the ~,ENTER, and a 1 minute TIMER
 
"Type in where". SendKey sends to the Active Window which is your application unless you ised AppAcivate to activate a different window.
SendKeys "{~}NETDELAY{ENTER}" Generate Forms/Controls Resizing/Tabbing Class
Compare Code (Text)
Generate Sort Class in VB or VBScript
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top