enhzflep wrote:
If I understand correctly, the accelerator 'hints' on the popup menu are fine. However, when the popup is displayed, the accelerator hints of the dialog are hidden.
That's correct. By default if you start a new MFC app and you create a menu that have some acceleration keys, if you are not handling in some way their messages ie loading the accel table, then it automatically disables them. The problem is that I handle the accel keys not in the dialog but in the MainFrame where the same menu also exists !!! Regards,
sdancer75