application forced close

  • Thread starter Thread starter cs
  • Start date Start date
C

cs

how do I detect if my application is being closed by another process, like
if on the task manager they kill it, or if someone calls kill() on my
applications process?
 
There's no way you will know, if they force a terminate on your process.
However, if they do a close Application on the Window, then, you'll get a
Closing Event on the Form you have.

-vJ
 
Back
Top