Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Checking if another application it's open
Message
De
16/03/1998 10:04:54
 
 
À
14/03/1998 06:51:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00084673
Message ID:
00084811
Vues:
25
Thank you friends,

I found the following solution in TechNet of January 1998:


DECLARE INTEGER FindWindow IN WIN32API AS FindW STRING, STRING

apphandle = FindW("MSPaintApp",.Null.)

if apphandle > 0
return .t.
else
return .f.
endif
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform