XP Theme colors

Started by fraser-portwood, April 13, 2004, 07:15:11 PM

Previous topic - Next topic

fraser-portwood

I thought i was having a display problem on my XP home computer, but I now release where the problem is.

The Tabcontrol is a 3d object and therefore recv the background color for 3d object, should not the tabchild there adopt the backcolor of the tabcontrol to keep in line with the XP color theme.

Fraser

Anonymous

You need to call EnableThemeDialogTexture for each tab page dialog...

CALL EnableThemeDialogTexture(hDlgTabpage, %ETDT_ENABLETAB)

TechSupport

Quote from: LanceYou need to call EnableThemeDialogTexture for each tab page dialog...

CALL EnableThemeDialogTexture(hDlgTabpage, %ETDT_ENABLETAB)

Thanks Lance, I appreciate the help. I will make the internal code change.