how to set focus of a process window generated by Process.Start(ProcessStartInfo)
In MDI application. a child form launch another application. How to ensure process window launched by Process.Start(ProcessStartInfo) has focus of all Forms?
Thanks in advance,
MichaelJ