Hey guys.
I would like to have shortcut keys in form, for example, CTRL+B will call a procedure or a function I define.
The only way I\'ve found to do so is to define a shortcut key to a menu.
The problem is, I don\'t want to have a menu in my form, and when I\'m setting the menu Visible property to False the short-cut key no longer works.
Do you have any idea on how can I create a shortcut from anywhere in the form without menu or how to make it work even when the menu is invisible?
Thank you very much.
I would like to have shortcut keys in form, for example, CTRL+B will call a procedure or a function I define.
The only way I\'ve found to do so is to define a shortcut key to a menu.
The problem is, I don\'t want to have a menu in my form, and when I\'m setting the menu Visible property to False the short-cut key no longer works.
Do you have any idea on how can I create a shortcut from anywhere in the form without menu or how to make it work even when the menu is invisible?
Thank you very much.