Assigning shortcuts to form

  • Thread starter Thread starter Amar Ingole
  • Start date Start date
A

Amar Ingole

Hi,

I have to assign some shortcuts like ctrl+s ,ctrl+D to perform form action.
My form do not have menuBar.
& I have some controls like Combobox on the form.

Please suggest me any way to assign shortcut to the form.


Thanx..

Amar
 
Amar Ingole said:
I have to assign some shortcuts like ctrl+s ,ctrl+D to perform form
action.
My form do not have menuBar.
& I have some controls like Combobox on the form.

Add a menu with invisible, but enabled menu items to your form. Assign
shortcuts to these items and add handlers to their 'Click' events.
 

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