Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Minimize my application on a computer
Message
De
12/12/2000 21:02:00
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Minimize my application on a computer
Divers
Thread ID:
00452675
Message ID:
00452675
Vues:
69
I know Minimize all applications on a computer.
VFP coding,
#Define KEYEVENTF_KEYUP 0x2
#Define VK_LWIN 0x5B

DECLARE keybd_event IN Win32API ;
INTEGER nVirtualKey, ;
INTEGER nScanCode, ;
INTEGER nFlags, ;
INTEGER nExtraInfo

= keybd_event(VK_LWIN, 0, 0, 0)
= keybd_event(77, 0, 0, 0)
= keybd_event(VK_LWIN, 0, KEYEVENTF_KEYUP, 0)

But, I don't know how to Minimize my application on a computer.
the other applications is not Minimize on a computer.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform