Quote Originally Posted by Ruhii
Can u please tell me what event is fired when an application's exe is killed from task manager so that i can restart my application at that event.
Um...if your application is killed, what other application are you going to use to tell that it isn't running??? There isn't an event fired...it's the absence of an event because it isn't running.

Creating a service truly is the only pure solution to this problem.