Custom Font in Property Sheets
CCBPropertySheet: an MFC-extension class for creating property sheets with custom fonts.
CCBPropertySheet: an MFC-extension class for creating property sheets with custom fonts.
Implementing and utilizing extensible property sheets in your .NET classes has never been easier.
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.
DDX/DDV can be used for an individual dialog box. Learn how to extend DDX/DDV for a wizard pages array.
A complete set of stand alone classes containing the functionality of CPropertySheet and CPropertyPage.
When using property sheets with a large number of pages (for whatever reason) and where there is limited space available, it is often useful to use the single line version. This displays a spin control on the tab control to allow the user to scroll the various tabs into view.
Class that highlights the active tab's caption in order to help users easily recogize which tab is active
Two classes that allow you to easily create Windows 2000 style wizards
Creating Embedded Child Property Sheets
Classes that Enable the Use of Implement Property Sheets in Form Views
Enables the Embedding of a Property Sheet within a Property Page
Using Upper/Lowercase Shortcut Keys for Property Pages
Using shortcut keys in property pages containg property pages
Automatically arrange visible controls below the tab control
Inserting a CFormView into a CPropertySheet
Using ON_UPDATE_COMMAND_UI in Property Pages