Fabse Posted July 26, 2018 Posted July 26, 2018 Hi Community, i created a Gui with GUICreate("quak", @DesktopWidth, @DesktopHeight - 40, 0, 0, $WS_POPUP, BitOR($WS_EX_LAYERED, $WS_EX_TOPMOST) to add a waterffect to the desktop, everything works well but after creating the picture on the GUI (by a .dll) the click through isnt working anymore. Does anybody have a solution for making gui pictures clickthrough-able? thanks in advance Fab
AutoBert Posted July 26, 2018 Posted July 26, 2018 Post a runable reproducer script for testing (and solving, if possible).
Fabse Posted July 26, 2018 Author Posted July 26, 2018 (edited) i fixed it by making a hole in the gui Edited July 26, 2018 by Fabse
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