Jump to content

Changing Color of TABs


Recommended Posts

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

Link to comment
Share on other sites

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

I'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
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...