Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to tell if another Windows app is running?
Message
De
04/05/1999 16:21:45
Paul De Niverville
Deniverville Econometric Research Ltd.
Victoria, Colombie Britannique, Canada
 
 
À
04/05/1999 15:43:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00215085
Message ID:
00215142
Vues:
45
Thanks Bill,

I'll have a look.

Paul


>One wayis to use the API FindWindow() function. There is probably an entry in the FAQ about this. You can use the following declaration and code:
>
>DECLARE INTEGER FindWindow in win32api integer,string
>nWinHandle = FindWindow(0,"Window Caption to Find")
>
>nWinHandle will contain the window handle number if found, 0 if not found.
>
>Bill
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform