Disabling menu option on main menu bar 
Author Message
 Disabling menu option on main menu bar

The problem is to disable a menu option on the main menu bar.
Can anyone help me.


Sat, 27 Oct 2001 03:00:00 GMT  
 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.


Sat, 27 Oct 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. disabling option on main menu bar

2. File menu options get disabled when OLE servers merged menu is selected

3. How to disable/enable Popup menu item of the main menu

4. How to disable IE5.5 menu bar disabled in Windows CE

5. Disable a menu option

6. Menu Options(Enable/Disable)

7. Menu Options (Enable/Disable)

8. dim & disable menu option

9. Determining selected menu option from a pop-up menu

10. Disabling main menu items

11. disable the main menu

12. Main Menu Looks Disabled??

 

 
Powered by phpBB® Forum Software