Jump to content

Recommended Posts

Posted (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 by johnirvin
Posted

How else would you add text without a label? A label is text, and use:

GUICtrlSetColor(-1, 0xFFFFFF) ; for white...

Posted

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.

Posted

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.

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
×
×
  • Create New...