c#:
You need to look at the class System.Windows.Forms.SendKeys, and look at the
Send() or SendWait() static methods.
[quoted text, click to view] "Analizer1" wrote:
> 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
>
>