Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to minimize/maximize other running application
Message
De
03/08/2001 12:00:43
 
 
À
02/08/2001 21:43:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00539185
Message ID:
00539455
Vues:
10
>
>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-
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform