Process killing
-
Hi, I need to start and stop one exe from an application. I seeing the status of start and stop of the exe. The problem is out side of this application, if I try to start this exe, I get the message box saying that the exe is already running. I am unable to see the exe in the Task Manager, How can this be possible?? Regards, Satya Prasad
-
Hi, I need to start and stop one exe from an application. I seeing the status of start and stop of the exe. The problem is out side of this application, if I try to start this exe, I get the message box saying that the exe is already running. I am unable to see the exe in the Task Manager, How can this be possible?? Regards, Satya Prasad
See I dont know the exact reason, But for finding the exe, it must be having some process area, there are some APIs exists to enumerate the Process and threads. EnumProcesses EnumProcessModules Then this link http://support.microsoft.com/default.aspx?scid=KB;en-us;q178893 might help you to kill application safely. VikramS