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

What is binding? What are types of binding?

3 Answers   Primus Global,


How about Access 2.0 compatibility?

0 Answers  


How many objects resides in ADO ?

0 Answers  


What is Database Connection pooling (relative to MTS)

1 Answers  


What is the diff between RDO and ADO?

3 Answers  






What is the use of NEW Keyword? Explain.

0 Answers  


What are the important components of OLEDB?

0 Answers  


Difference between ActiveX Control and Standard Control.

0 Answers   HCL, Ocwen,


How many images can be placed in the image list ?

2 Answers  


What is ODBC Direct and Microsoft Jet Database Engine ?

0 Answers  


To validate a range of values for a property whenever the property values changes,which type of property procedure you use?

0 Answers  


HTML stands for What? Use of HTML ?

2 Answers  


Categories