Answer Posted / sundarraj_v83
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 |
Post New Answer View All Answers
Does VB support pointers to functions?
What is understand in resource tracking?
What are forms in visual basic?
DHTML Is used for what?
How would you create Visual basic Document file?
When/Why should I use Option Explicit?
How many File System Controls are there ? Explain.
What are the Internet tools available in VB6.0?
Is the Variant type slower than using other variable types?
How can you get selected file from file system Control?
How would you convert a form into document?
Which method is preferred to save datas like database?
How would you add elements and pictures to listitems in listview control?
How would you activate animation control?
What is the use of Active Control Property?