tags:

views:

47

answers:

1

I have created a simple propertySheet(CPropertySheet) and a couple of CPropertyPage derived classes.

While running the application, the ProperySheet, Page and tabs are appeared in white color.

I was expecting them to be like normal widow dialog color.

Any clue to make the property sheet, pages background to be like other normal MFC dialogs appears?

I use Visual Studio 2008 MFC without .NET CLR.

A: 

What do you mean 'system color'? Grey (COLOR_BTNFACE) ? What OS are you on? If XP the property sheet should be in COLOR_BTNFACE , Vista/Win7 I don't know what the proper color is. If you don't do anything special, they will show in the system default colors.

Roel
For me, the property sheet and pages background are in white color. Any clue?
Gopalakrishnan Subramani
Yes you said that in your question. Read my answer, try to understand what it says, answer questions to get anywhere. Just repeating the information that was already in your original question isn't going to get us anywhere.
Roel
I have updated my question. any answer?
Gopalakrishnan Subramani