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:
00490810
Vues:
8
>>>>>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?

Oh sorry! I posted it in the wrong thread. The cPopMenu control you mentioned re: putting icon/picture in VB menus. I downloaded the control but it gives me an error which I couldn't fix no matter what I do - "ActiveX component can't create object."
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform