Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to bring application to front
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00808861
Message ID:
00808864
Views:
13
Something like:

oShell = CreateObject("WScript.Shell")
if oShell.AppActivate("Exact Application Window Title")
* on top
endif

>Hello all;
>
>I am developing a small app which is based on a timer looking at the clipboard every second.
>As soon as this function sees a specific string int he clipboard, i need to rbing this app to the top of all other apps running on the computer.
>I know it can be done though win api but I cannot the syntax right.
>
>Has anybody done this ?
>
>thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform