CCBPropertySheet: an MFC-extension class for creating property sheets with custom fonts.
Latest Property Sheet Articles
Extensible OLE Property Pages in .NET
Implementing and utilizing extensible property sheets in your .NET classes has never been easier.
Hacking the CPropertySheet
Tips and tricks for working with non-standard operations for properties. This includes changing the coordinates of buttons, hiding and moving the standard buttons, changing the tab label, using images with the tab label, placing images in the property sheet, adding new controls, and more.
Extending DDX/DDV for a Wizard Sheet
DDX/DDV can be used for an individual dialog box. Learn how to extend DDX/DDV for a wizard pages array.
Hiding the Apply button
Hiding the Apply button
COptionSheet: A replacement for CPropertySheet
A complete set of stand alone classes containing the functionality of CPropertySheet and CPropertyPage.
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.

A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
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.