How to force C# .net app to run only one instance in Windows?
|
|
I prefer a mutex solution similar to the following. As this way it re-focuses on the app if it is already loaded
|
||
|
|
|
|
This is what I use in my application:
|
||
|
|
|
|
What do you mean? |
||
|
|
