xq1xq1xq1 Posted March 26, 2008 Posted March 26, 2008 Hi Everyone, How can I change the color of a TAB 'background' on which controls are create that is created by: $tab=GUICtrlCreateTab (10,10, 600,815) $tab1=GuiCtrlCreateTabItem("One") $tab3=GuiCtrlCreateTabItem("Three") GuiCtrlCreateTabItem("") Thanx
PsaltyDS Posted March 26, 2008 Posted March 26, 2008 Hi Everyone,How can I change the color of a TAB 'background' on which controls are create that is created by:$tab=GUICtrlCreateTab (10,10, 600,815)$tab1=GuiCtrlCreateTabItem("One")$tab3=GuiCtrlCreateTabItem("Three")GuiCtrlCreateTabItem("")ThanxI'm not sure you can set the background color of a tab, but check out the example script in the 3.2.11.x Beta help file for _GUICtrlTab_SetItemImage() Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
ResNullius Posted March 27, 2008 Posted March 27, 2008 MsCreatoR answered this in the older thread you posted in after this one:http://www.autoitscript.com/forum/index.ph...mp;#entry497705
xq1xq1xq1 Posted April 1, 2008 Author Posted April 1, 2008 MsCreatoR answered this in the older thread you posted in after this one:http://www.autoitscript.com/forum/index.ph...mp;#entry497705Cool.Thanx!
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