Preventing new instances of the same application
In windows application, while my program is running; I want to prevent any new instances of it to run again, I know I can do that in Visual C++ using hPrevInstance, but here in C# how can I do that? thanks for help.
|