mesale0077 Posted February 27, 2012 Posted February 27, 2012 (edited) hi how is make it , background label transparent GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT). dont work $Label1 = GUICtrlCreateLabel("wait sleep :", 8, 16, 112, 17) GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT). GUICtrlSetColor(-1, 0xFFFFFF) $Label2 = GUICtrlCreateLabel("start timer :", 8, 60, 120, 17) GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT). GUICtrlSetColor(-1, 0xFFFFFF) thank you now_guı_trans_label.au3 Edited February 27, 2012 by mesale0077
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