Hi,
I want check the weather the exe is running or not. I can monitor using process class but it won't work always, process will show you the alive status even the exe is closed.
Please help me.
Regards
Ajay
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Feb 12, 2012, 7:43 PM
VulpesPosted Feb 12, 2012, 10:32 AM
AFAIK, handling the Process.Exit event should work properly in all cases. However, you need to set the EnableRaisingEvents property to true, otherwise it won't fire.