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
Sijin Joseph - 26 Sep 2004 16:42 GMT
You can use the Process.WaitForExit() method
Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph
> 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
[quoted text clipped - 5 lines]
> Thanks in advance for the help.
> MichaelJ