Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I retrieve nKeyCode for function key F2 and F10
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00598702
Message ID:
00598704
Vues:
32
>Visual FoxPro 7.0 how do I retrieve nKeyCode for function key F2 and F10 in Keypress event.

Check for the second parameter (nShiftAltCtrl) = 0 and the first parameter (nKeyCode) = F1 = 31, F2 = -1, F3 = -2 ... F10 = -9.

Well, it's in VFP5 like this, I assume (and hope ;) in VFP7 the same.

HTH,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform