Results 1 to 2 of 2

Thread: draging and dropping outside

  1. #1

    Thread Starter
    <?="Moderator"?> john tindell's Avatar
    Join Date
    Jan 2002
    Location
    Brighton, UK
    Posts
    1,099

    draging and dropping outside

    im trying to get information about a winodw, i want to drag a cursor/icon onto a window, and it display information about it, like spy++ using the windows hwnd. does any one know a place about this because i cant find NE thing on MSDN about this topic,

    Cheers

  2. #2
    Member
    Join Date
    Oct 2002
    Location
    Look out your window.
    Posts
    54
    Here ya go dude... enjoy.

    Quoted from MSDN:

    WindowFromPoint

    The WindowFromPoint function retrieves a handle to the window that contains the specified point.

    Code:
    HWND WindowFromPoint(
      POINT Point  
    );

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