Hot keys to CToolBar
-
Hi, I need to assign hot keys - Ctrl + M etc. to my CToolBar class. How can I do that? I load the toolbar images, set the separtors and then set the button texts. This toolbar has been created by framework via CMainFrame class. Any pointers? Regards Misha Be the change you want to see.
-
Hi, I need to assign hot keys - Ctrl + M etc. to my CToolBar class. How can I do that? I load the toolbar images, set the separtors and then set the button texts. This toolbar has been created by framework via CMainFrame class. Any pointers? Regards Misha Be the change you want to see.
buttons in toolbars are associated with commands/menus. you will simply need to add an accelerator in the resources.
Maximilien Lincourt Your Head A Splode - Strong Bad
-
buttons in toolbars are associated with commands/menus. you will simply need to add an accelerator in the resources.
Maximilien Lincourt Your Head A Splode - Strong Bad
Thanks Maximilien, I added accelerator in the main menu bar. But couldn't add it in the toolbar.. but it works.. Thanks a ton again Misha Grewal, Be the change you want to see