Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bringing another application window to top. Any help?
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00099111
Message ID:
00099132
Views:
20
>How can i bring the Microsoft excel window (ie) to top from vfp?

Carlos,

You can use the Is_Run32 function (available in the download section under Win32 and other APISs), to retrieve the window for Execl by passing it the known portion of the title bar (ie - "Microsoft Excel"). Then you can use the following:
DECLARE SHORT BringWindowToTop IN Win32API;
  INTEGER hWnd
* lnhWnd is the value returned from Is_Run32
llresult = (BringWindowToTop(lnhWnd) # 0)
If the function succeeds, llresult will equal .T.

hth,
George

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

Click here to load this message in the networking platform