Click to See Complete Forum and Search --> : How do I find the handle of the window at a known x,y?


Larry Woods
May 31st, 1999, 04:44 PM
I have the cursor position. Now, I want to get the handle of the window that encompasses that position.

How?

Thanks.

Larry Woods

Jaeyeon Lee
May 31st, 1999, 07:52 PM
Try to use WindowFromPoint.

Larry Woods
May 31st, 1999, 08:44 PM
Thanks!

It's impossible to keep up with all of these functions!



Larry Woods