C++ – TAB control background in ATL App, XP styles

atlcwinapixp-theme

I have an ATL application with a dialog containing a TAB control. The App uses a common controls manifest.

Under XP with visual styles, the tab control background is a different color than the dialog and the controls (mostly checkboxes), so it looks quite ugly.

Screenshot

How can I fix that?

Best Answer

Here you could find answer to your question.

Related Topic