CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    15

    How do I find the handle of the window at a known x,y?

    I have the cursor position. Now, I want to get the handle of the window that encompasses that position.

    How?

    Thanks.

    Larry Woods

  2. #2
    Join Date
    May 1999
    Location
    Republic of Korea
    Posts
    74

    Re: How do I find the handle of the window at a known x,y?

    Try to use WindowFromPoint.



  3. #3
    Join Date
    May 1999
    Posts
    15

    Re: How do I find the handle of the window at a known x,y?

    Thanks!

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



    Larry Woods

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured