VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Get handle of window that the mouse Cursor is over.

by PulseWave (25 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Wed 24th February 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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.



K$ = GetCursorPos(p)
J$ = WindowFromPoint (p.x, p.y)


Download this snippet    Add to My Saved Code

Get handle of window that the mouse Cursor is over. Comments

No comments have been posted about Get handle of window that the mouse Cursor is over.. Why not be the first to post a comment about Get handle of window that the mouse Cursor is over..

Post your comment

Subject:
Message:
0/1000 characters