Jump to content

setting colors to tabsheet?


nobbe
 Share

Recommended Posts

hi

im trying to set a diff color to my tabsheets control , but somehow it stays White

does anyone know how to do this?

$Tabsheet = GUICtrlCreateTab(8, 40, 489, 413)
$tab_resource = GUICtrlCreateTabItem("res")
$tab_town = GUICtrlCreateTabItem("to")

GUICtrlSetBkColor($Tabsheet,0x888888) ; not working
GUICtrlSetColor($Tabsheet,0x888888)
 
GUICtrlSetBkColor($tab_resource,0x888888) ; not working
GUICtrlSetColor($tab_resource,0x888888)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...