|
hi, i have a main form, with a mainmenu, with all the shortcut keys programmed in, Ctrl-s for save etc. which works fine.
but when the focus is in any user controls, the hotkeys don't work, presumably by design, but in my case, i don't want the users to have to realise that they are in my usercontrol and force them to click out of it to save their document... perhaps a 'Inherit Parent ShortcutKeys' property for System.Windows.Forms.UserControl would be an idea for v1.2?
in the meantime, any work arounds? i'm hesitant to do a KeyPress on the usercontrol and switch through every key i want to handle... nasty...
cheers tim
|