|
-
Jan 15th, 2003, 01:49 PM
#1
Thread Starter
<?="Moderator"?>
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
-
Jan 15th, 2003, 03:05 PM
#2
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|