therks Posted April 6, 2020 Share Posted April 6, 2020 Has anybody else noticed this? $hGUI = GUICreate('') WinSetTrans($hGUI, '', 50) ; GUI partially transparent GUISetState() Sleep(1000) GUICtrlCreatePic(@ProgramFilesDir & '\AutoIt3\Examples\GUI\mslogo.jpg', 0, 0) ; Transparency reset to visible (255) Do Until GUIGetMsg() = -3 My AutoIt Stuff | My Github 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