Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What's the equivalent of VFP's On Key Label in VB?
Message
De
30/03/2001 09:57:27
 
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00490153
Message ID:
00490320
Vues:
10
>It's easily assign a method to a specific functions keys or combinations of keys in VFP using ON KEY LABEL. How to do this in VB?

You can use the KeyPress event of the form to check for specific keystrokes. For function keys and the like use KeyUp or KeyDown. In combination with the KeyPreview property you can catch these before any other control receives them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform