How do you monitor another application until it closes?
Posted
by SunilRai86
on Stack Overflow
See other posts from Stack Overflow
or by SunilRai86
Published on 2010-06-18T05:15:17Z
Indexed on
2010/06/18
6:33 UTC
Read the original article
Hit count: 126
c#4.0
Suppose there are two executables. One is mine and the other is some other application. Now if the other app is running, I want my app to run until the other one exits or is stopped.
© Stack Overflow or respective owner