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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top