Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Restore an app that is minimized
Message
 
À
29/06/2002 15:30:30
Emerson Reed
Folhamatic Tecnologia Em Sistemas
Americana - São Paulo, Brésil
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00673635
Message ID:
00673675
Vues:
23
>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..."
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform