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 Developer Videos
More...Latest CodeGuru Developer Columns
C++ Tips and Tricks
Quirky and yet persistent, C++ is a language that keeps programmers coming back to it. Pick up some new ways to wrangle it into your workflow.

Accessing Flickr Using .NET
Learn how to search for keywords in a command line app on Flickr.

Owner Drawn Comboboxes, Listboxes, and Menus in Visual Basic
This article will provide you with enough background to be able to use the Owner draw methods to add more spice to your controls.
Top 7 Tips for Developing a Secure ASP.NET Web Application
As a web developer you should be aware of a few security best practices while developing your ASP.NET web application. Arun Karthick lists his top 7 tips to help you keep your ASP.NET security intact.