stuff keystokes

  • Thread starter Thread starter Analizer1
  • Start date Start date
A

Analizer1

hi all
how can i send key strokes to another application
after i started it using process class

when this applications starts i need anykey to continue

tks
 
You need to look at the class System.Windows.Forms.SendKeys, and look at the
Send() or SendWait() static methods.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top