Need clarification
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hello everyone, Is thers any built-in way to determine whether or not an application is running already? Thanks in advance :)
See Single Instance Checker[^] and then see Single Instance Application - The simple solution[^].
-
Hello everyone, Is thers any built-in way to determine whether or not an application is running already? Thanks in advance :)
Have a look here: http://msdn.microsoft.com/en-us/library/ms682623(VS.85).aspx[^]