When a vb exe is terminated from the task manager or process list, is the Form_Terminate() event executed?
Printable View
When a vb exe is terminated from the task manager or process list, is the Form_Terminate() event executed?
Put a messagebox in there, and find out! :wave:
better than Google answer!
Didn't have time cause I was working on something. Anyways I did it and it worked for Terminate and Unload. You're getting lazy on me David ;)
the events are called even when you kill in from the process list (winXP)?
I dont think Terminate event will be fired when you terminate it in the Processes list.