JK
Joy K George
Syncfusion Team
June 7, 2006 05:14 AM UTC
Hi Jack,
You could use the below method.This will send keystrokes to the active appliaction.
System.Diagnostics.Process.Start("notepad.exe");
SendKeys.Send("Hello");//this will send "Hello" to notepad.
Regards,
Joy