cppman Posted March 30, 2006 Posted March 30, 2006 Is it possible to make a Label Transparent so when u are to have 1 label overlapping another just a little the bottom label will still show? GUICtrlCreateLabel("This is a test 1!", 15, 15) GUICtrlCreateLabel("This is a test 2!", 20, 17) The first label will not show because it is being covered by the second one. Im trying to see if their is a way to make them both transparent so u can see them both. possible? Miva OS Project
MHz Posted March 30, 2006 Posted March 30, 2006 Have a look at the last line of Remarks for GUICtrlSetBkColor
cppman Posted March 30, 2006 Author Posted March 30, 2006 hey thanks! I never knew about that.... Miva OS Project
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