Context menu in dialogs & command routing with MFC
C / C++ / MFC
1
Posts
1
Posters
7
Views
1
Watching
-
Hi, I use dialogs in an MDI application with list controls to display information. I also implement context menus on the items in the list with TrackPopupMenu(...). The dialog correctly receives the commands from the menu. But it does not receive UPDATE_UI messages during menu operation; in fact I've found out these UPDATE_UI messages for the menu options do come to the dialog code AFTER an option of the menu has been selected and the menu is closed. Does anybody know why and how to change that?