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:
00490526
Views:
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
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."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform