Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What Am I Missing?
Message
From
27/06/2001 01:03:24
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
What Am I Missing?
Miscellaneous
Thread ID:
00523986
Message ID:
00523986
Views:
44
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
Next
Reply
Map
View

Click here to load this message in the networking platform