VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Little SPY

shivakumar  (3 Submissions)   Windows API Call/Explanation   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

It gets the Window Text,ClassName,HWND for any window,the mouse pointer points.

Inputs
-

Returns
-

Side Effects
-

API Declarations
Private Declare Function WindowFromPoint Lib "user32" (ByVal xPoint As Long, ByVal yPoint As Long) As Long
Private Declare Function GetWindowText Lib "user32" Alias "GetWindowTextA" (ByVal hwnd As Long, ByVal lpString As String, ByVal cch As Long) As Long
Private Declare Function GetClassName Lib "user32" Alias "GetClassNameA" (ByVal hwnd As Long, ByVal lpClassName As String, ByVal nMaxCount As Long) As Long
Private Declare Function GetCursorPos Lib "user32" (lpPoint As POINTAPI) As Long

Rate Little SPY (2(2 Vote))

Download Little SPY

Little SPY Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters