Get handle of window that cursors hoverin over like
Get handle of window that cursors hoverin over like
API Declarations
Declare Function GetCursorPos Lib "user32" (lpPoint As POINTAPI) As Long
Rate Get handle of window that cursors hoverin over like
(1(1 Vote))
'all mycode thats on vbcode.com is on my website plus alot more
'thanks
'vivian richards
Dim P as POINTAPI
K$ = GetCursorPos(p)
J$ = WindowFromPoint (p.x, p.y)
Get handle of window that cursors hoverin over like Comments
No comments yet — be the first to post one!
Post a Comment