The Wayback Machine - https://web.archive.org/web/20120101061901/http://www.codeguru.com:80/cpp/controls/menu/

    Menu

    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.

    Enterprise Application Integration (EAI) Using XML

    Best Practices and Standards in EAI must be practiced for reducing costs and increasing the effeciency for any EAI application.

    Building Translucent Menus

    Discover how to build a translucent menu.

    CXmlMenu'—Display Menus from XML Files

    Dynamically create menus from XML files.

    Collapsible, Resizable, and Dockable XP-Style Control Bar

    Integrate into your applications a very simple, collapsible XP-style menu that is dockable and resizable.

    The Easiest Way to Code the Owner Drawn Menu

    The bare bones necessary to make wholly owner drawn menus, including the TOP MENU LINE. Once this is understood, one can proceed to write all kinds of classes to encompass the menu and make it look as fancy as one wants. (The article and source code were updated.)

    Single Class DevStudio-Like Menu Bar

    This Unicode-ready menu bar routine will create a resizable pop-up menu that docks and floats like a DevStudio Menu Bar. Learn the details needed to implement a menu bar in just four easy steps. (The article, demo project, and source code were updated.)

    Changing the Number of Files Displayed in the Most Recently Used (MRU) List

    Learn how to change the number of files that are displayed in the list of most recently used files that is displayed in the File menu.

    Dynamic Items

    Sample code that shows you how to dynamically add to and handle items on a menu. (The article was updated.)

    Displaying a Company Logo on the Menu Bar

    Display a company logo on a menu. This article explains about the logo on the tool bar rather than Menu bar.

    Owner Drawn Menu with Icons

    Owner Drawn Menu with Icons

    Simple Bitmapped Menus

    A bitmapped menu class wit the advantage that the bitmap and toolbar images can be differentiated by size, view, etc.

    Create an Owner Draw Menu - Step by Step

    Discover how to create an owner drawn menu. Includes coverage of building a class for the menu and for the menu's data.

    Owner Drawn Menu with Icons (3) (uses toolbar res)

    This class, BCMenu, implements owner drawn menus derived from the CMenu class. Updated to look good with Windows XP and more.

    CommandUI Message Handling with Popup Menus

    Illustrates how to overcome message handling Issues with popup menus that are owned by a non-CFrameWnd derived classes

    Office 2000-like Dockable Menu Bar and Intelligent Menus

    Create your own "intelligent menus" like Windows 2000 and Office 2000 !!

    Implementing Tooltips for Menus

    Illustrates how to implement tooltips for menus by overriding some key CMainFrame functions

    Cool Popup Menu

    Class to create menu with vertical bitmap along left side of menu (similar to Start menu)

    DevStudio style Dockable Menu Bar (does not require MSIE)

    DevStudio style Dockable Menu Bar (does not require MSIE)

    A Flat Popup Menu for Controls

    A Flat Popup Menu for Controls

    EZMenu-Self Drawing Menu

    EZMenu-Self Drawing Menu

    Merging Two Menus

    Merging Two Menus

    MRU list in a submenu: the MFC bug and how to correct it

    an explanation about the MFC bug that prevents the MRU items to appear in a submenu and the fix.

    Using MRU on submenu

    Using MRU on submenu