nobbe Posted January 23, 2007 Posted January 23, 2007 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)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now