How to know when an application is running.

  • Thread starter Thread starter Juan Manuel Alegría B.
  • Start date Start date
J

Juan Manuel Alegría B.

Hi, I need to know if an application is running because I want just one
instance of this application. So I'll execute it only if it is not running.

Thanks so much.
 
Juan said:
Hi, I need to know if an application is running because I want just one
instance of this application. So I'll execute it only if it is not running.

Thanks so much.

I believe you need to look at
System.Threading.Mutex
 

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