

Win32 개발자에게는 매우 유용한 스파이(Spy)을 소개합니다.
Visual Studio에 포함된 Spy++ 프로그램처럼 윈도우 메세지 후킹 기능은 없지만,
특정 프로그램 윈도우, 컨트롤에 대한 화면 캡쳐, 윈도우 스타일, 클래스 정도 등을 쉽에 알아낼 수 있는 프로그램입니다.
- 특정 윈도우(컨트롤) 화면캡쳐
- 특정 윈도우의 최상위 윈도우 설정
- 윈도우 타이틀 변경
- 윈도우 닫기(Close)
- 프로그램 종료(Process Terminate)
- 윈도우 크기 및 위치 변경
- 윈도우 스타일 조회 및 수정
- 그외 다수...
개발자 홈페이지(www.catch22.uk.net
)에서 직접 다운받았던 프로그램인데, 아쉽게도 지금은 홈페이지가 닫히 상태로 더 이상의 업데이트 프로그램은 구할 수가 없는 상황입니다.이 프로그램 개발자의 새로운 홈페이지나 연락처를 아시는 분은 댓글 부탁드립니다^^;
[ReadMe.txt]
WinSpy++ 1.5 for Windows XP/NT/2000/9x/ME
Copyright (c) 2001-2002 J Brown
www.catch22.uk.net
Using WinSpy++
--------------
Simply start WinSpy from this directory.
About WinSpy++
-------------
WinSpy++ is a Win32 programmer뭩 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!
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
Copyright (c) 2001-2002 J Brown
www.catch22.uk.net
Using WinSpy++
--------------
Simply start WinSpy from this directory.
About WinSpy++
-------------
WinSpy++ is a Win32 programmer뭩 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!
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.exe
WinSpy1.5.zip
댓글을 달아 주세요
http://www.catch22.net 입니다