sensalim Posted October 19, 2007 Posted October 19, 2007 Dummy question here. Can autoit create colored buttons? (background and foreground) Thanks !
sensalim Posted October 19, 2007 Author Posted October 19, 2007 (edited) Dummy question here.Can autoit create colored buttons? (background and foreground)Thanks !Oh apparently I didn't search enough.Yes it can.foreground:"GUICtrlCreateLabel ("my Red label", 10,20)GUICtrlSetColor(-1,0xff0000) ; Red"background:"GUICtrlCreateLabel ("my label", 10,20)GUICtrlSetBkColor(-1,0x00ff00) ; Green"Thanks. Edited October 19, 2007 by sensalim
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