I'm having trouble detecting a click on a disable GUI, my example below: When you click the options button (wrench icon in top right, near minimise) the child window is active and the main window is disabled and has an overlaying semi-transparent gui for visual effect. I would like to detect a click on the $mainguicover gui whilst the options gui is active, is that possible?? #Region ### includes ### #include-once #NoTrayIcon #include <GUIConstantsEx.au3> #include <WindowsConstant