VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Little SPY

by shivakumar (3 Submissions)
Category: Windows API Call/Explanation
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

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

Inputs
-
Code 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

Download Little SPY

Download Little SPY (4 KB)

Little SPY Comments

No comments have been posted about Little SPY. Why not be the first to post a comment about Little SPY.

Post your comment

Subject:
Message:
0/1000 characters