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

which Property is used to count no. of items in a combobox?

1 Answers  


what is the meaning of cts company logo?..

1 Answers   CTS,


How do you avoid the "Invalid use of null" error when reading null values from a database?

0 Answers  


How many ways we can access file using VB?

0 Answers  


Is it possible to Manipulate data through flexgrid? Explain.

0 Answers  






Which controls can not be placed in MDI?

3 Answers  


What are forms in visual basic?

0 Answers  


Can you create a tabletype of recordset in Jet - connected ODBC dbengine?

0 Answers  


what are the types of LockEdits in DAO?

0 Answers  


_____ is the property to ___,____,____ are valid for recordsource property of dat control.

0 Answers  


Difference between listbox and combo box.

12 Answers   HCL, Infosys,


What are the types of API Types?

3 Answers  


Categories