Enabling/disabling main menu items [modified]
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Using Visual 6.0 C++ MFC in SDI application I know how to enable/disable submenu items. However, when an SDI application is created a main menu bar is created with the following: File Edit View Help I added an item to this list (let's call it "Test"). That menu bar looks like: File Edit View Test Help Under certain conditions in my program I want to disable the user from selecting "Test" and other times enable this menu item. I can't see how to do that anywhere. Thanks for the help!
modified on Saturday, May 31, 2008 11:31 AM