How to set a shortcut key for label?
Answers were Sorted based on User's Feedback
Go to the label control properties, set the property
UseMnemonic as TRUE. Put the '&' (Ampersand) symbol before
any of the letter in the label caption, that will be your
shortcut key for label control.
Example: &Add (where the A is a shortcut key for the label,
you use the shortcut by pressing Alt + A for this label)
Is This Answer Correct ? | 3 Yes | 3 No |
How can I call a 'hidden' DOS program from VB?
What do you mean by Databound Controls? Explain.
Where can I get good up-to-date information about VB?
What is database vb?
I get a "file not found" error on the IIF function when I distribute by program. Why?
What is Dataware Control?
What is constructors and distructors.
Why is it not good to use a variant data type?
How do I play MID, WAV or other multimedia files?
what is the Difference between Tabletype and Snapshot?
How would you run your ActiveX Document Dll?
What is the use of property page Wizard in ActiveX Control?