WoodGrain Posted June 12, 2020 Posted June 12, 2020 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...
Subz Posted June 12, 2020 Posted June 12, 2020 $GUI_BKCOLOR_TRANSPARANT equals -2, see GUIConstantsEx.au3
Nine Posted June 12, 2020 Posted June 12, 2020 You do know you can MsgBox (0,"", $GUI_BKCOLOR_TRANSPARENT) to discover its value ? “They did not know it was impossible, so they did it” ― Mark Twain Reveal hidden contents Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
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