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
 
Back
Top