
Disabling menu option on main menu bar
Add an ON_COMMAND_UI functions for it and you can pCmdUI->Enable(FALSE);
or look up EnableMenuItem
Quote:
>The problem is to disable a menu option on the main menu bar.
>Can anyone help me.
-----------------** -- Posted from CodeGuru -- **-----------------
http://www.codeguru.com/ The website for
Visual C++ programmers.