Owner Drawing the Submenu Arrow
Due to a restriction in the Win32 APIs, submenu arrows are always drawn, and always drawn enabled in owner drawn menus. Learn about a workaround for this situation.
Due to a restriction in the Win32 APIs, submenu arrows are always drawn, and always drawn enabled in owner drawn menus. Learn about a workaround for this situation.
Sample code that shows you how to dynamically add to and handle items on a menu. (The article was updated.)
Illustrates how to implement tooltips for menus by overriding some key CMainFrame functions
an explanation about the MFC bug that prevents the MRU items to appear in a submenu and the fix.
The simplest way to put the MRU list in a submenu
Using CMenu::TrackPopupMenu as an Immediate Function
Inserting submenus in an existing SDI menu