How to set a shortcut key for label?

Answers were Sorted based on User's Feedback



How to set a shortcut key for label?..

Answer / 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

How to set a shortcut key for label?..

Answer / alagu prakash

by UseMnemonic=true

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Visual Basic Interview Questions

How can I call a 'hidden' DOS program from VB?

0 Answers  


What do you mean by Databound Controls? Explain.

1 Answers  


Where can I get good up-to-date information about VB?

0 Answers  


What is database vb?

0 Answers  


I get a "file not found" error on the IIF function when I distribute by program. Why?

0 Answers  






What is Dataware Control?

1 Answers  


What is constructors and distructors.

0 Answers  


Why is it not good to use a variant data type?

2 Answers  


How do I play MID, WAV or other multimedia files?

0 Answers  


what is the Difference between Tabletype and Snapshot?

0 Answers  


How would you run your ActiveX Document Dll?

0 Answers  


What is the use of property page Wizard in ActiveX Control?

0 Answers  


Categories