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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sending data to open applications

Status
Not open for further replies.

Killa

Programmer
Oct 19, 2001
56
US
How do i send data from my application to another application that i did not start programmically

Ie i want to write a series of keys to an application that is already open

how do i ascertain where to send the data
 
At it's simplest:
Code:
AppActivate "Untitled - Notepad"
SendKeys "Tek-Tips", True

Andy
"Logic is invincible because in order to combat logic it is necessary to use logic." -- Pierre Boutroux
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top