I want to find a window handle (HWND) when all I have is a mouse point (screen coordinates). I've managed to do pretty well so far but have come into a problem. I can't seem to get a handle on any static text windows.<br>
<br>
I'm using WindowFromPoint and ChildWindowFromPoint to get the window handles as of now. I'm basically trying to emulate Microsoft's Spy utility (The Window Finder part anyway).<br>
<br>
If anyone knows how I can get a handle on static text windows please let me know. I'm begging, really!