Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Languages / C#

Run only one instance from you program

5.00/5 (1 vote)
28 Sep 2011CPOL 10.6K  
No need to write piece of code in Visual Studio 2008 and greater for single instance of your program or application. Go to the project properties and checked the check box Make single instance application.
No need to write piece of code in Visual Studio 2008 and greater for single instance of your program or application. Go to the project properties and checked the check box "Make single instance application".

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)