MFC Divers
From Mesdoc
It seems that the menu does not respond to any accelerator/access keys (ALT+…) even when modifying the code to assign accelerators to menu items (by adding “&” before the desired key). Interestingly, once a menu is open, it responds to key strokes that are assigned to the old “default” main menu.
Moreover, the application responds to shortcut keys which weren’t assigned in the new MenuStrip instance. For example, run the demo application and hit CTRL+P - It will open the Print dialog box. This is a result of the Accelerator definitions in the resource file and since the MenuStrip has its own support for shortcut keys, I guess it’s something to keep in mind while approaching shortcut keys support, in order to avoid collisions.