how to set focus of a process window generated by Process.Start(ProcessStartInfo)

Sep 15 2004 2:17 AM
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