Detect external application exit

  • Thread starter Thread starter Steven
  • Start date Start date
S

Steven

Hi,
I have a program that monitors a few running applications. This
monitoring program does not itself start these running applications. My
question is how can the monitoring program detect that a running application
has been closed without doing some kind of polling?

Thanks,
Steve
 
I have considered such ideas as presented in 'Check to see if Program Name
is running', but this would require polling of some type, usually with a
timer. I would like to catch an event, but since the monitoring program is
not starting the the applications being monitored, setting up an event is
not an option, I don't think.
 

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