How to set the backgroud color of CPropertyPage?
If you override OnCtlColor in your property page, then you can return a different background color and that seems to work with CStatic and other items.
But what if you want is a background that’s not just a simple color? You’d like to be able to draw a background [...]