VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Get handle of window that cursors hoverin over like

by Vivian Richards VB LABS www.vblabs.cjb.net (4 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sun 17th February 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



'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)


Download this snippet    Add to My Saved Code

Get handle of window that cursors hoverin over like Comments

No comments have been posted about Get handle of window that cursors hoverin over like. Why not be the first to post a comment about Get handle of window that cursors hoverin over like.

Post your comment

Subject:
Message:
0/1000 characters