MFC Menu with checks becoming disabled.
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have an application with an MFC menubar. On those menus there are several options, but only three of them are check/uncheck style. All three of these become disabled whenever a particular dialog box is called upon. This only occurs when that particular dialog box is brought up. In the OnUpdateMenuItem(CCmdUI* pCmdUI) for each of the three items I am explicitly calling pCmdUI->Enable(). Any ideas as to what is causing this? There are no explicit Disable commands in the dialog's source code.