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 |
What is the difference between modal and moduless window?
Which method is used to write context Into file?
How do I use GetPrivateProfileString to read from INI files?
Why we need a MDI form? How can we make a form as a mdichild form?
How can I create a VBX?
what is Type Library and what it's purpose?
What is Mask Edit and why it is used?
List out controls which does not have events?
What are the types of Error?
__ no of controls in form.
Is it posible to Create Tables Through Querydef?
What is meant by Establish Connection in RDO?