WinSpy++是一个方便的程序员实用程序,可用于选择和查看系统中任何窗口的属性。WinSpy基于Microsoft Visual Studio附带的Spy++实用程序。


WinSpy++ 1.7 for Windows XP/NT/2000/9x/ME

Copyright (c) 2001-2003 J Brown
www.catch22.net

Using WinSpy++
--------------

Simply start WinSpy from this directory.


About WinSpy++
-------------

WinSpy++ is a Win32 programmerís utility, which can be used to select, 
view and modify the properties of any window in your system. 
These are just a few of the features on offer.

- Powerful window selection mechanism lets you select any window in the system, 
  including hidden windows. 
- Display and modify the styles for any window. 
- View window properties (set using the SetProp API call). 
- View complete child and sibling window relationships. 
- View scrollbar positional information. 
- View full window class information.
- Browse the complete global window hierarchy.
- Automatically extract passwords from password-edit controls!
- Multi-monitor support


Terms of Use
------------

This software is provided "as is", without any guarantee made
as to its suitability or fitness for any particular use. It may
contain bugs, so use of this tool is at your own risk. I take
no responsilbity for any damage that may unintentionally be caused
through its use.

Download Full Source
--------------------

You can download the full C source-code to WinSpy++. No external
libraries such as MFC/ATL are required - pure Win32 API!

www.catch22.uk.net - Source-code section

Licensing
---------

If you are interested in redistributing WinSpy++ please send 
e-mail to james@catch22.uk.net with details.

Reporting Problems
------------------

If you encounter problems, please visit http://www.catch22.uk.net
and download the latest version to see if the issue has been resolved.
If not, please send a bug report to:

james@catch22.uk.net


WinSpy++ Version History
--------------------------
Version 1.7 - Jun 2006 (Current Version)
* NEW FEATURES *
- Finally supports XP and Vista themes
- Window-hierarchy now groups windows for each process
- Static text-labels changed to read-only edit-boxes

* BUG FIXES *
- Fixed resize issue on first invokation

Version 1.6 - Apr 2003
* NEW FEATURES *
- Multi monitor support
- Changed dialog font to "MS Shell Dlg"

* BUG FIXES *
- Now runs properly under Win9x

Version 1.5 - Jan 2002 
* NEW FEATURES *
- Can select ANY window in the system
- Improved user interface.
- Full window dragging
- Added accelerator keys
- Added options dialog
- Preserves settings through registry
- Pin window to side of screen
- Added Process tab - moved Scrollbar data to Properties tab
- Show/Hide/Enable/Disable/Close any window
- Modify window's caption
- Modify window styles
- Move/Size windows
- Retrieve password text from password protected text-boxes
- Close/Terminate processes
- Can now toggle layout/show/hide main-window whilst selecting
- Added Refresh, Locate and Flash buttons to window-tree
- Added control icons to window tree.
 
* BUG FIXES *
- Fixed small style decoding problem (occurred in a few places)
- Main window now sizes properly according to window settings

Version 1.1 - 1.4
- Unreleased interim versions

Version 1.0 - Apr 2001
* INITIAL RELEASE *