Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Recognize ALT pressed
Message
De
12/03/2005 08:01:00
 
Information générale
Forum:
Visual FoxPro
Catégorie:
InstallShield
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
00994844
Message ID:
00995136
Vues:
18
>how i can recognize in keypressed metod of form that alt key only is pressed?

I believe that the GetAsyncKeyState API function can be used to check whether the ALT key is down or not.
DECLARE INTEGER GetAsyncKeyState IN user32; 
    INTEGER vKey 
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform