I just wanna know how i can create key shortcuts to menu items.
e.g.:
File open (Ctrl+O)
so when the user presses Ctrl and O the item File->Open will be called.
Thanx 4 listening.
:-)
Look for "Using Keyboard Accelerators" in Microsoft Platform SDK.
Regards,
Michael
thanx 4 your help!
ive also seen this in the lib but i was completely confused with accelerator
tables *g*.
i suspect that i gotta read this chapter again, except you can gimme a
little excerpt how i can manage that ;-)
i read that the menu resource can be modified like:
...
MENUITEM "File &open...\t(Ctrl-A)", ...
and i thought thats enough *g*.
thank you very much indeed!