DannyJ Posted July 12, 2021 Share 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? Link to comment Share on other sites More sharing options...
Solution Subz Posted July 12, 2021 Solution Share 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 Link to comment Share on other sites More sharing options...
DannyJ Posted July 13, 2021 Author Share Posted July 13, 2021 @Subz Thank you very much your help! Link to comment Share on other sites More sharing options...
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