Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Highlight a minimized App
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00697567
Message ID:
00697597
Views:
17
>George, thanks for your reply.
>
>I could not find anything in API called ShowWindow
>
>(I just clicked on API and it brought me to the API section)
>
>Am I looking in the right place ?

Yes, and I could've sworn it was there, but it isn't. Here, this'll get you started
DECLARE INTEGER ShowWindow IN Win32API;
  INTEGER hwnd, INTEGER nCmdShow
* lnhWnd is the Window handle
* Restore it to its last size and position
= ShowWindow(lnhwnd, 9)
In order to get the window handle you can use FindWindow() (which I would hope is in the API section < s >), or my Is_Run32() function, which I know is in the download section.< bg >
George

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

Click here to load this message in the networking platform