Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Restore an app that is minimized
Message
 
To
29/06/2002 15:30:30
Emerson Reed
Folhamatic Tecnologia Em Sistemas
Americana - São Paulo, Brazil
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00673635
Message ID:
00673675
Views:
24
>How can I do to restore an application that is minimized?
>Note: I get the hWnd of window and use SetForeGroundWindow to restore but it only works if my app doesn't be minimized.
>
>Emerson Santon Reed
>emerson.reed@folhamatic.com

Hi Emerson,

Try this:
#define SW_RESTORE          9
DECLARE INTEGER ShowWindow IN WIN32API INTEGER, INTEGER
? ShowWindow (m.hwnd, SW_RESTORE)     && restore to normal zoom state
Mike
Montage

"Free at last..."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform