Skip to content

nullfx/SingleInstanceApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single instance app example

This is a sample C# .net windows forms app which employs a mutex and win32 to prevent multiple instances of itself from running and brings the original instance to the foreground when subsequent instances run.

The relevant pieces to achieving this are found in Program.cs and Form1.cs.

More info on this sample can be found here on my personal website.

About

.net single instance app using mutex and win32

Resources

License

Stars

Watchers

Forks

Languages