AddDelphi Window Spy



Delphi Windows Spy is a clone of the great utility called Win32Spy. Gets the window class, text, and windowrect for the window under the mouse pointer.

Uses WinAPI calls.

D7 Source Included (can be "downsized" to other versions)

  • Category:
    System/API
  • Author:
    (More by this author)
  • Info:
    Freeware
  • Date added:
    14 October, 2005 10:09
  • Views:
    4383
  • Downloads:
    544
Related Downloads
Spy++ to MsgID - v.2.2 - 02 June, 2000 - Andrew Kachanov

This utility is made for the combined operation with Microsoft Spy++ for Delphi developers. It translates unidentified in Microsoft Spy++ message numbers to VCL control message IDs and VCL control notification IDs.

KeySpy v2.8 - 05 June, 2000 - UtilMind Solutions

This component is intended for interception of pressing the keyboard without any SetWindowsHook (without any dll's). The KeySpy is possible to apply for interception of the typed text of the another's programs, as keyboard spy, or for processing...

Easy Registry Optimizer  - 18 March, 2004 - Pixocom Marketing

Easy Registry Optimizer makes your computer run faster and with less errors. Computer safety: Always back up your registry and restore if registry gets currupted or spy/adware changes registry values. Computer optimization and fault...

Window State Components v5.0 - 19 October, 2006 - Peter Johnson

The window state components can save and restore a window's size, position and state (minimized, maximized or normal) between program executions. Three components are provided that use different means of recording the window's information -...

Window Information  - 07 August, 2009 - Dmitry Vasiliev

Window Information (TWindowInformation component) allows you to find any window in the system and analyze it with VCL-friendly TWindow class which allow to access any window data with simple VCL-friendly properties, like Left, Top, Width, Height,...

Related Information
  • HOW TO KILL ANYOTHER PROGRAMS WITH DELPHI? (2001-01-02 17:04:42)
    Find the handle of the window using FindWindow or EnumWindows and use PostMessage(ProgramHandle, WM_CLOSE, 0, 0); I have not tried it, but it...
  • HOW TO GREP CHARACTERS IN DELPHI 3 (2001-01-03 01:29:32)
    Var Grep : String; Begin Grep := Copy('2000-46',6,2); End; The first parameter is a string or a dynamic array, the second is the index of...
  • HOW CAN I DEBUG DLL (2001-01-03 00:48:24)
    Do you mean how to find internal errors while writing a DLL file or how to get the exact error while calling a DLL Function ? /Filip
  • USING DLLS (2001-01-03 23:47:50)
    Hi again Goober ... :o) Let's take NETAPI32.DLL as an example. This DLL is created by Microsoft and the explanation of its use is described in...
  • DOT ON SCREEN (2001-01-03 03:42:55)
    Delphi does not support a Pixel function with a HDC, you have to use the Windows-API-function COLORREF SetPixel( HDC hdc, // handle...
Related News
Form Explorer 2.01b for Delphi 5 - 29 June, 2000
Vladimir Vinogradsky is glad to announce the new version (2.01 beta) of the Form Explorer.

Form Explorer is a supercharged...

Greatis WinDowse - 31 October, 2000
Greatis WinDowse from Greatis Software is an extremely convenient tool for obtaining necessary technical information about any window. Place a...
Http Delphi component - 17 August, 2000
CoolDev.Com is proud to announce that all CoolMenus family products were
upgraded and new versions available for ownloading / evalutioning /...
DebugDelphi 1.3 released - 28 March, 2002
DebugDelphi is a easy to use debug terminal for Delphi. Just insert a Uses-statement for the debug interface and you can use simple...
ProDelphi profiler (V13.9a) released - 26 August, 2003
Version 13.9 of the high accuracy industry approved profiler for Delphi is available now.

ProDelphi measures the runtime of Delphi...
Categories

Latest Forum Entries