Hi all, I'm trying to check if my mouse cursor hovers over a transparent label control which I have put over two other labels. I've provided an example script below. Even if the overlay is on top (you can check by including line 15) the GUIGetCursorInfo() function still returns the handle of the label below. The only way to get the handle of the overlay is to mouseover in the space between the two labels. Any ideas? #include <GUIConstantsEx.au3>