Click here to Skip to main content
15,896,154 members
Articles / Programming Languages / C++

Avoid Multiple Instances of Windows Application with SingleInstanceGuard

Rate me:
Please Sign up or sign in to vote.
3.92/5 (20 votes)
21 Oct 2010CPOL16 min read 54.2K   629   27  
A simple utility class that helps maintain one instance of your application and allows other instances to transfer the data processing to it before they close

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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



Comments and Discussions