Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Task manager
Message
 
 
To
03/07/2002 03:12:44
Issam Mansour
Jordan Business Machines
Amman, Jordan
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00674437
Message ID:
00675161
Views:
28
>Hi,
>
>Thanks mike for your help, it work with vfp 6.0 not 7.0. any suggest

Try this:
Declare Integer FindWindow In WIN32API Integer, String @
winname=Version() && or titlebar caption of whatever you're looking for
apphand= FindWindow(0, @winname)
*If the call was successful, stop processing.
If apphand<>0
	?"Application is already running"
Endif
Mike Stewart
Previous
Reply
Map
View

Click here to load this message in the networking platform