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
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00490153
Message ID:
00490727
Vues:
11
>>>>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.
>>
>>Thanks! I am thinking of Publicly available instead of per form.
>
>Eric,
>
>Have you tried using this control? How did you fix "ActiveX component can't create object." error? Even the demonstration MDI project gives me this error.
>
>Jess

Which control?
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform