¡@

Home 

c++ Programming Glossary: accelerators

Why is CMFCMenuBar not utilizing the accelerator table?

http://stackoverflow.com/questions/1290752/why-is-cmfcmenubar-not-utilizing-the-accelerator-table

items is reflected in the menu's UI. It even appends the accelerators to the default menu items e.g. Ctrl O to the Open... item ... information. At this point I've been able to get the accelerators to work by manually loading the IDR_MAINFRAME accelerator table.. myself. But the CMFCMenuBar is still appending the default accelerators. Can anyone explain what is going on here How can I force the..