Click to See Complete Forum and Search --> : How to display bitmap in a Property Sheet using CPropertySheet


PaulaPaziani
January 19th, 2005, 12:33 PM
I know how to display a bitmap in Property Sheet but using CPropertySheetEx. Some one knows how to do it using CPropertySheet?

Mutilated1
January 19th, 2005, 02:55 PM
Since a CPropertySheetEx is derived from a CPropertySheet, just change your base class and then use the built in CPropertySheetEx support.