How to check if another instance of the application is running

Viewed 143094

Could someone show how it is possible to check whether another instance of the program (e.g. test.exe) is running and if so stop the application from loading if there is an existing instance of it.

5 Answers
Related