Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to tell if Microsoft Outlook is running?
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00680980
Message ID:
00681255
Views:
18
DECLARE INTEGER FindWindow IN Win32API;
STRING @lpClassName, STRING @lpWindowName
if FindWindow("rctrl_renwnd32", 0)#0
*Outlook running
endif


>Hi all -
>
>I would like to be able to tell--within a VFP 6.0/7.0 application--whether MS Outlook is also running on the user's workstation. If Outlook is NOT running, I would like to start it.
>
>What is the best way to accomplish this?
>
>Thanks!
>
>Regards,
>al
Previous
Reply
Map
View

Click here to load this message in the networking platform