M
Martin Hart
Hi:
Can anyone clarify whether I should be using Dispose() on a
System.Diagnostics.Process object after I have launched an external
application with Start()?
The application I have launched is *not* a modal application and should
continue to execute even if the lanuching application is closed.
I suppose what I am asking is: If I call Dispose() on the process that
has launched an external program with Start(), will the application be
forced to close?
TIA,
Martin.
Can anyone clarify whether I should be using Dispose() on a
System.Diagnostics.Process object after I have launched an external
application with Start()?
The application I have launched is *not* a modal application and should
continue to execute even if the lanuching application is closed.
I suppose what I am asking is: If I call Dispose() on the process that
has launched an external program with Start(), will the application be
forced to close?
TIA,
Martin.