Owner Drawn Menus
-
Has anyone found a workaround for disabling the arrow on an owner drawn menu when the popup menu item is disabled?
If you mean whether all the items to the left of the => arrow are disabled so you'd like to remove the menu item? Can't you catch the OnInitMenu handler ( Or whatever it is in CMainFrame ) and call pMenu->ModifyMenu etc... to remove the arrow or just remove that menu item all together. Asim Hussain e: asim@jawache.net w: www.jawache.net
-
If you mean whether all the items to the left of the => arrow are disabled so you'd like to remove the menu item? Can't you catch the OnInitMenu handler ( Or whatever it is in CMainFrame ) and call pMenu->ModifyMenu etc... to remove the arrow or just remove that menu item all together. Asim Hussain e: asim@jawache.net w: www.jawache.net