Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to tell if another Windows app is running?
Message
From
04/05/1999 16:21:45
Paul De Niverville
Deniverville Econometric Research Ltd.
Victoria, British Columbia, Canada
 
 
To
04/05/1999 15:43:40
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00215085
Message ID:
00215142
Views:
43
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
Previous
Reply
Map
View

Click here to load this message in the networking platform