Hi,
This would be better answered in one of the MFC groups. However.
You can call GetMenu() on the main window, to get the main window you can
call AfxGetMainWnd(). GetMenu() will return a CMenu* which you can then use
to modify the menu using AppendMenu, ModifyMenu, RemoveMenu and to get the
sub menus use GetSubMenu(). After your modifications it is recommened to
call the windows DrawMenuBar().
Hope this helps
Chris Taylor
> hi there ,
> i am trying to develop an application where i have to
[quoted text clipped - 4 lines]
> regards ,
> vinod
vinod - 20 Nov 2003 14:12 GMT
thanks chris :)
>-----Original Message-----
>Hi,
[quoted text clipped - 20 lines]
>
>.