Get handle of window that the mouse Cursor is over.
Get handle of window that the mouse Cursor is over.
API Declarations
Declare Function GetCursorPos Lib "user32" (lpPoint As POINTAPI) As Long
Rate Get handle of window that the mouse Cursor is over.
(1(1 Vote))
K$ = GetCursorPos(p)
J$ = WindowFromPoint (p.x, p.y)
Get handle of window that the mouse Cursor is over. Comments
No comments yet — be the first to post one!
Post a Comment