Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fichiers
Recherche: 

FirstInstance.prg
Gary Foster, Pointsource Consulting LLC
Sample procedure to prevent multiple instances of an EXE from being launched. Does not use FindWindow API function.
Créé le
Il y a 25 années
Téléchargements
1482
Type de fichier
General information
Résultat de votes:
Créé par
Gary Foster, Pointsource Consulting LLC

Commentaires
This function prevents an exe from being run more than once. It uses a MUTEX to identify the first instance of an executable. If the executable is already running, it is brought to the front. It doesn’t use FindWindow(), so the window name can change after launch if needed. Gary Foster, May 7, 2002

Ajouter un commentaire