***UPDATED*** Window SPY
***UPDATED*** Gets tons of information on the window your mouse is over. Original Author: Matt Evans API Declarations Public Declare Function GetCursorPos Lib “user32” (lpPoint As POINTAPI) As LongPublic Declare Function GetWindowText Lib “user32” Alias “GetWindowTextA” (ByVal hwnd As Long, ByVal lpString As String, ByVal cch As Long) As LongPublic Declare Function GetModuleFileName Lib “kernel32” Alias “GetModuleFileNameA” (ByVal hModule… Read More »