lawonama Posted August 7, 2011 Posted August 7, 2011 Hi all, i have this: But it wont work GuiCreate("window", 370, 330) GUICtrlSetBkColor(-1, 0x000000) Plus i have this: GuiCtrlCreateLabel("- #1", 305, 13) How to make that - #1 white?
wakillon Posted August 7, 2011 Posted August 7, 2011 (edited) Try $_Gui = GuiCreate("window", 370, 330) GUISetBkColor( 0x000000) $_Label = GuiCtrlCreateLabel("- #1", 305, 13) GUICtrlSetColor(-1, 0xFFFFFF) Edited August 7, 2011 by wakillon AutoIt 3.3.18.0 X86 - SciTE 5.5.7 - WIN 11 24H2 X64 - Other Examples Scripts
lawonama Posted August 7, 2011 Author Posted August 7, 2011 The first one didn't work, And the second one just made the background of - #1 white. Not the text
wakillon Posted August 7, 2011 Posted August 7, 2011 The first one didn't work,And the second one just made the background of - #1 white. Not the textCorrected.Retry. AutoIt 3.3.18.0 X86 - SciTE 5.5.7 - WIN 11 24H2 X64 - Other Examples Scripts
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