PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: fraser-portwood on April 13, 2004, 07:15:11 PM

Title: XP Theme colors
Post by: fraser-portwood on April 13, 2004, 07:15:11 PM
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
Title: XP Theme colors
Post by: Anonymous on May 08, 2004, 05:46:20 PM
You need to call EnableThemeDialogTexture for each tab page dialog...

CALL EnableThemeDialogTexture(hDlgTabpage, %ETDT_ENABLETAB)
Title: XP Theme colors
Post by: TechSupport on May 08, 2004, 06:16:24 PM
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.