Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What Am I Missing?
Message
De
27/06/2001 01:03:24
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
What Am I Missing?
Divers
Thread ID:
00523986
Message ID:
00523986
Vues:
45
Hi All:

I'm trying to close a window/program using Windows API.
I've done the following but to no avail.
Could I be missing something here, or, am I just using
the wrong APIs.

LOCAL lcApplication, lnWndHnd

*--Get the Window/Program HANDLE
DECLARE INTEGER FindWindow IN Win32API;
STRING @lpClassName, ;
STRING @lpWindowName

lcApplication = "MyProg"
nWndHnd = FindWindow(0, @lcApplicationTitle)

*--Close the Window/Program using the nWndHnd obtianed.
DECLARE SHORT CloseHandle IN WIN32API;
INTEGER hHandle

=CloseHandle(nWinHnd)

nWndHdn is numeric using FindWindow (if the program is running,
otherwise nWndHnd = 0).

However, ClsoeHandle does nothing (not even an error message).

Would be greatful is someone can point out what/where I going
wrong.

TIA

Mal
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform