View Single Post
Join Date: Oct 2008
Posts: 35
Reputation: koushal.vv is an unknown quantity at this point 
Solved Threads: 1
koushal.vv koushal.vv is offline Offline
Light Poster

Re: Disable/Enable Menu Items and Sub Items

 
0
  #8
Nov 22nd, 2008
Hope this works....

  1. CMainFrame* pFrame ; // Memeber variable
  2. pFrame = (CMainFrame*) AfxGetMainWnd();
  3.  
  4. pFrame->GetMenu()
  5. ->EnableMenuItem(ID_SORT_MANAGER,MF_GRAYED);

But make sure that u have set the m_bAutoMenuEnable = false;
Reply With Quote