andycharger Posted November 25, 2003 Posted November 25, 2003 Im looking at building an application that can launch another application and send keystrokes to it. Can someone explain to me in an example how I do this and also how I get it to wait between keystrokes for a few seconds? Im a bit new to sending keystrokes and only found out that it can be done today! Quote
andycharger Posted November 25, 2003 Author Posted November 25, 2003 P.S. I can already launch the application. I just need to know how to send the strokes. Quote
*Experts* Volte Posted November 25, 2003 *Experts* Posted November 25, 2003 Look at SendKeys.Send() in the MSDN. Quote
andycharger Posted November 25, 2003 Author Posted November 25, 2003 Thanks I used Sendkey.Send("{enter}") trouble was it opened up the application about 150 times!!! I need to send the command once only and get it to wait for about 5 seconds afterwards. Any ideas? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.