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.
Latest Menu Articles
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.)
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Creating a Command Prompt Window Using Visual Basic
Learn how to simulate the DOS Command Prompt window from a Visual Basic form.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.