Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determining if an Application is already open.
Message
 
À
23/07/2001 15:42:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00534053
Message ID:
00534057
Vues:
12
How about Findwindow?:
Declare Integer FindWindow in Win32API Integer,String
wclass=0
winname="My Great App" && must be exact name of window title!
apphand=FindWindow(wclass ,winname)
IF apphand=0
...

>Does anyone know of a way to determine if an application is already running on a specific PC?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform