johnirvin Posted March 26, 2008 Posted March 26, 2008 (edited) How can i add plain texts(not label) in my GUI? I just need it for my homepage. And btw, what's the code(if there's any) to make it color white? Thanks! Edited March 26, 2008 by johnirvin
Swift Posted March 26, 2008 Posted March 26, 2008 How else would you add text without a label? A label is text, and use: GUICtrlSetColor(-1, 0xFFFFFF) ; for white...
johnirvin Posted March 26, 2008 Author Posted March 26, 2008 How else would you add text without a label? A label is text, and use:GUICtrlSetColor(-1, 0xFFFFFF) ; for white...thanks. I just want to display a text without the border/box being provided by the label.
Swift Posted March 26, 2008 Posted March 26, 2008 There is no border/box if the bk color is the same as the background color.
johnirvin Posted March 26, 2008 Author Posted March 26, 2008 There is no border/box if the bk color is the same as the background color.what if i am using an image as a background? Thanks for ur replies. And please bear with me coz it's my first time to use AutoIt.
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