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 the difference between modal and moduless window?

2 Answers  


Which method is used to write context Into file?

2 Answers  


How do I use GetPrivateProfileString to read from INI files?

0 Answers  


Why we need a MDI form? How can we make a form as a mdichild form?

2 Answers   TCS,


How can I create a VBX?

0 Answers  


what is Type Library and what it's purpose?

1 Answers  


What is Mask Edit and why it is used?

0 Answers  


List out controls which does not have events?

1 Answers  


What are the types of Error?

1 Answers   IBM,


__ no of controls in form.

0 Answers  


Is it posible to Create Tables Through Querydef?

0 Answers  


What is meant by Establish Connection in RDO?

0 Answers  


Categories