Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to minimize/maximize other running application
Message
From
03/08/2001 12:00:43
 
 
To
02/08/2001 21:43:15
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00539185
Message ID:
00539455
Views:
9
>
>If you really want to minmize some window, it will be easy if you use
>keybd_event API to minimize it.
>

Or from User32 use ShowWindow(hwnd, SW_command), where hwnd is the window handle and SW_command is a constant corresponding to the desired action. Constant values:

SW_MAXIMIZE 3
SW_MINIMIZE 6
-Henry-
Previous
Reply
Map
View

Click here to load this message in the networking platform