Click to See Complete Forum and Search --> : How to make Popup Menus hotkeys


Claude C
November 10th, 1998, 05:58 AM
Can some one show me how to make popup menus respond to hotkeys? The popup menus I create can only respond to mouse click.

Crazy D
November 11th, 1998, 02:04 AM
That's the behaviour of popupmenuus...

What you can do is set the keypreview property of the form to true, and use the keydown/keypress event of the form to respond to the 'hotkeys' you want.