Click here to Skip to main content
15,891,375 members
Articles / Programming Languages / C#

Easily Create a Singleton Application in C#

Rate me:
Please Sign up or sign in to vote.
2.42/5 (4 votes)
1 May 2020MIT1 min read 11.3K   91   7  
This tip demonstrates how to create an app that only allows one instance to run at a time
This tip presents a quick and concise way to ensure only one instance of an application can run at a time.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions