shortcut

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Silly question, How to create a shortcut to click on a cmd button.
For example if I have a cmd btn called Add, how to allow the users to hit on
ctrl+A to trigger the event
 
TS said:
Silly question, How to create a shortcut to click on a cmd button.
For example if I have a cmd btn called Add, how to allow the users to hit
on
ctrl+A to trigger the event


Place an ampersand ("&") character in front of the character of the
control's text you want to act as a shortcut. The caption "&Start" will
create the shortcut Alt+S. If you want more shortcut key combinations
consider adding a main menu to the form which contains items which have the
shortcuts assigned.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top