DannyJ Posted July 12, 2021 Posted July 12, 2021 I need to add a watermark to the gui behind. For example a how to add an image to a gui and fade it?
Solution Subz Posted July 12, 2021 Solution Posted July 12, 2021 Maybe something like: GUICtrlCreatePic(@ScriptDir & "\example.jpg", 0, 0, 500, 500) GUICtrlSetState(-1, $GUI_DISABLE) GUICtrlCreateLabel("Example Text", 10, 10, 200, 20) GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT) DannyJ 1
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