System.Diagnostics.
myProcess.StartInfo.FileName =
myProcess.StartInfo.UseShellExecute =
myProcess.Start();
myProcess.WaitForInputIdle(2000);
SetForegroundWindow(hWnd);
}
[
plss help me how to set the keyboard focus to the process starting with process.start()
thanks,
pramod