Hi Everyone,
I would like to prevent my exe file being closed by the windows task monitor. Is there any way to do this? Dont get irritated if this sounds silly,.,
Printable View
Hi Everyone,
I would like to prevent my exe file being closed by the windows task monitor. Is there any way to do this? Dont get irritated if this sounds silly,.,
In the QueryUnload event, put Cancel = True.
That won't prevent End-Tasking