Jump to content

Making Label Transparent with code rather than $GUI_BKCOLOR_TRANSPARENT


Recommended Posts

Hi Team,

My first GUI project, I'm 95% through to completion..
Looking for a number or code I can use instead of $GUI_BKCOLOR_TRANSPARENT to make a label transparent, if such a thing exists, all other colours I've used hex for (eg: 0xFFA500)

Local $lblComplete = GUICtrlCreateLabel("Y", 260, 80, 30, 30)
GUICtrlSetBkColor($lblComplete, $GUI_BKCOLOR_TRANSPARENT)

Can I ask that without having to explain why? ;)
Cause I don't really have a good reason to convince you to help apart from curiosity and I can't see it in the help file...

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...