搜索资源列表
winfinder_demo.zip
- 类似spy++里查找窗口功能的程序
13022
- 有不少开发者使用Visual Studio® 提供的工具Spy++。使用Spy++,你可以了解一个运行中的应用程序的窗体布局或确定一个导致bug的特定窗体消息。然而,当你创建一个基于Microsoft® .NET框架的应用程序,Spy++变得不太管用了,因为由Spy++截取窗体消息和类不能与开发者使用或甚至看到的任何事情通信。开发者真正所想看到的是被托管的事件和属性值。 -many developers to use Visual Studio
HSWin
- 隐藏windows的窗口:可以对桌面上的窗口进行隐藏,查找窗口的模块模仿spy++的方式,对找到窗口进行隐藏或者显示,界面部分采用wtl实现-hidden windows of the window : a pair of windows on the desktop for hiding, Search window module spy imitate the way to find a window for hidden or revealed, part of the interface
spylite22
- Spy++ Lite是一款强有力的编程辅助工具,对分析窗体结构有独到之处。可以以十六进制和十进制两种不同方式显示窗口句柄等所有数值。本软件还可以简单调节窗口的状态和形为,如是否可见,是否可用,最大化,激活等。除此以外,您还可以把它当作一个截图的小工具来用。:)
Spy++
- spy++ 6.0 英文版 VC6內附的 可以直接使用
IRule
- 模仿spy++ 截获取任意窗口句柄,然后对其执行相关操作(目前实现了enable和disable)
ScreenFlasher
- 可以用于各种聊天程序的刷屏器 原理是SendKey函数 另外也实现了Spy++类似的查找窗口功能
mfcspy2
- 把那个放大镜拖到mfc写的程序的窗口上,如securecrt,vc6等,松开鼠标就能看到一些内部函数地址了。如oninitdialog,onok什么的一目了然。拖到子窗口如铵钮上时,可以看出其id,当然,这个工作也可以由spy++完成。结合其父窗口message map的输出,还可以知道当点击这个按钮时,会跳到哪段程序上执行
SPY++源码
- VC的SPY++得源代码,对于需要操作窗口获取窗口信息具有很大的参考价值
GWTTest
- 能够截取当前所有窗口的句柄,类似于VC中的spy++功能。-The example can provide the method to get the handle of all of the current window , just like spy++ with VC .
WinFinder_src
- 类似VC里的spy++程序使用鼠标指定窗口的控件-The control of specifying the window as the spy++ in VC
winfinder_demo
- 类似spy++里查找窗口功能的程序-The app which likes spy
VB6GetWindowHwnd
- VB6的 WindowsHwnd 实现可以完成SPY的所有功能 详细请自己看代码-VB6 can be completed to achieve the WindowsHwnd all the features SPY detailed look at your own code
SPY
- 按钮功能 tabcontrol功能 对话框切换 部分系统信息监测-Tabcontrol function button to switch part of the dialog box information monitoring system
My_spy_plusplus
- 模仿微软spy++的程序,是学习mfc的好工具-Mimic Microsoft spy++ The procedure is a good tool for studying mfc
RCHacker
- RC Hacker for spy listen
Spy_aBetterOne
- Spy本来是vc中的一个窗口推测工具。在学VC时,界面是很重要的一部分内容。通过自己做一个Spy可以深刻了解windows窗口应用程序的特性。-Spy was originally vc speculation tool in a window. VC in school, the interface is a very important part of the content. Make a Spy through their windows can be a deep understand
see
- 比较早的代码了,类似spy++的拖动图标查找屏幕窗口,加亮目标窗口,并显示窗口类名,标题等。-The code earlier, and similar to the spy++ to drag the icon to find the screen window, highlight the target window, and displays the window class name, title, and so on.
57578898SpyXX
- 模仿S++的一个程序,功能很完整,方便学习SPY++的工作机制。-Mimic S++ a program, function, complete and easy to learn SPY++ for working mechanism.
SpyPP
- 在 Visual Studio 的工具中有一个叫做 Spy++的工具, 这些源码正是此工具的实现, 很有学习价值-The tools in Visual Studio has a tool called Spy++, which source is the realization of this tool, useful to learn the value of