Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's the equivalent of VFP's On Key Label in VB?
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00490153
Message ID:
00490727
Views:
13
>>>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform