Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I retrieve nKeyCode for function key F2 and F10
Message
De
29/12/2001 14:03:33
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00598702
Message ID:
00599158
Vues:
16
Before you can use F2 & F10, you must assign these key to another key.
Set function F2 to chr(84) && assign F2 to Shift-F1
Then you can get the key in the KeyPress event
If nKeyCode = 84
....
endif

Hth
Herman
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform