Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checking if another application it's open
Message
From
16/03/1998 10:04:54
 
 
To
14/03/1998 06:51:02
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00084673
Message ID:
00084811
Views:
29
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform