Run only one instance of your application: Difference between revisions

(New page: The question on how to make sure that your application is only started once by your users can be approached in several ways. 1. Using mutexes 2. Using FindWindow WinAPI === Using mutexes...)
 
Line 52: Line 52:


=== Using FindWindow WinAPI ===
=== Using FindWindow WinAPI ===
Leslie Brennan says:


Usage in SRC:
Usage in SRC: