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

A standard exe contains a registered Active-X DLL. Now some error arise in the application but not in the standard exe , it is in the Active-X DLL. How do you find it out in which line no the error is?

1 Answers  


How would you create properties in ActiveX Control?

0 Answers  


____ is the difference between Listindex and Tab index.

0 Answers  


How do you create a form in visual basic?

0 Answers  


What is Parser Bug?

0 Answers  






What are constructors and destructors?

1 Answers  


How do I get the number of free bytes on a disk?

0 Answers  


Parts of ODBC?

0 Answers  


What do you mean by HTTP?

1 Answers  


What is the default workspace?

0 Answers  


what are the Types of LockEdits in RDO?

0 Answers  


How can you force new objects to be created on new threads?

0 Answers  


Categories