Create an owner-draw bitmap button and a frame for the title bar in one class.
Latest Bitmap Buttons Articles
Choice Button
Learn about a owner drawn button that can display a bitmap and a dropdown menu with a list of choices.
ImageTextButton
Learn about a Owner Draw button that loads a bitmap and embeds text on it.
Hover Buttons with Automatic Drop-Shadow Generation and Antialiasing
[Update] Render a button in multiple ways, including soft drop-shadow generation, antialiasing with the window background, semi-transparency, and more. This class is an extension to the standard hover button. The new additions are: 1. Buttons in the dialog were not set to be ownerdrawn. This has been corrected. 2. The program now links with MFC 7.0 statically, so users without .NET installed can run the demo.
Simple Bitmap Buttons
This is an easy and flexible way to use bitmaps as buttons in your application.
CShadeButtonST - A CxShadeButton made using CButtonST
This routine lets you derive a class and implement custom a background paint while still having all the features from the CButtonST control.
Latest CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
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.