Jump to content

Setting group box text color


Recommended Posts

How do I set the text color in the group box?

I tried GUICtrlSetColor() with no success.

Yeah you couldn't do that like tab ctrl or others...

You should add label and set color

GuiCreate("GUI",500,500)
GuiCtrlCreateCheckBox("",5,5)
GuiCtrlCreateLabel("Checkbox !",25,5)
GUICtrlSetColor(-1,"0xABCDEF")
GuiSetState()
No-life of autoit...what could be better ?LAST SCRIPTS WITH AUTO-IT : CLICK HERE
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...