Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to check if an EXE is still running
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00498906
Message ID:
00498963
Views:
12
>Hi Folks,
>
>I am running a Fox 2.6 exe from within VFP 6.0. When the user selects the 2.6 exe to run, I use the WinExec API to kick it off. Since I do not want the user to be able to use the VFP exe, I then go into a loop checking to see if the 2.6 exe is still running using Findwindow.
>
>This all works fine except that 2.6 exe changes the screen title in some places.
>I really want to avoid using Findwindow to check for all possible screen titles.
>
>I was thinking that once I have the window handle using the 1st call to Findwindow, there must be a way to check if an exe is running using this handle - I have searched the API's but had no luck...
>
>Any help would be appreciated.
>
>Regards
>
Cal,

You might want to look at my "Is a Windows Application Running?" programming. It includes two versions (one for Win16 and one for Win32). All you need to do is pass it the known portion of the windows title bar (top-level windows only, BTW). It is not case sensitive either. You can download it by clicking the link.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform