Oct 23, 2003 #1 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
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
Oct 23, 2003 #2 AndyWatt Programmer Oct 24, 2001 1,288 GB 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 Upvote 0 Downvote
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