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.
Best Practices and Standards in EAI must be practiced for reducing costs and increasing the effeciency for any EAI application.
Dynamically create menus from XML files.
Integrate into your applications a very simple, collapsible XP-style menu that is dockable and resizable.
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.)
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.)
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.
Sample code that shows you how to dynamically add to and handle items on a menu. (The article was updated.)
Display a company logo on a menu. This article explains about the logo on the tool bar rather than Menu bar.
A bitmapped menu class wit the advantage that the bitmap and toolbar images can be differentiated by size, view, etc.
Discover how to create an owner drawn menu. Includes coverage of building a class for the menu and for the menu's data.
This class, BCMenu, implements owner drawn menus derived from the CMenu class. Updated to look good with Windows XP and more.
Illustrates how to overcome message handling Issues with popup menus that are owned by a non-CFrameWnd derived classes
Create your own "intelligent menus" like Windows 2000 and Office 2000 !!
Illustrates how to implement tooltips for menus by overriding some key CMainFrame functions
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)
an explanation about the MFC bug that prevents the MRU items to appear in a submenu and the fix.