I want a custom backgroud color on my PropertySheet based wizard. I can easily set the individual page background colours of the prop sheet pages, but there remains a border around each page in the client area of the overall wizard window with a different background color.
I can change the overall wizard background color by handling the WM_ERASEBKGND message for the property sheet window class, but then the page titles, etc. are not drawn. Is there a better way of proceeding?