newbie question: how to set a launched process (by Process.Start methods) as Modal

  • Thread starter Thread starter Michael
  • Start date Start date
M

Michael

I am using C#.NET WinForm. The scenario I have is: a WinForm child
form launches a process using Process.Start(app_name). Other than
checking the HasExited property and waiting, is there a way to forced
a launched process (a third party application) as Modal (i.e. user has
to respond to that process before get back to the WinForm
application)?

Thanks in advance for the help.
MichaelJ
 
Back
Top