搜索资源列表
EliteSpy
- Visual Studio提供了一个Spy程序,这个程序同它类似,也是可以通过拖放窗体上的十字到其它窗体获得目标窗体的属性,另外它还可以罗列当前运行的程序并选定关闭程序-Visual Studio provides a Spy procedures, with its similar, it is possible to drag and drop window on the Cross access to other forms goal Form attributes, and it als
13022
- 有不少开发者使用Visual Studio® 提供的工具Spy++。使用Spy++,你可以了解一个运行中的应用程序的窗体布局或确定一个导致bug的特定窗体消息。然而,当你创建一个基于Microsoft® .NET框架的应用程序,Spy++变得不太管用了,因为由Spy++截取窗体消息和类不能与开发者使用或甚至看到的任何事情通信。开发者真正所想看到的是被托管的事件和属性值。 -many developers to use Visual Studio
spyxx
- 仿照MicroSoft Visual Studio 自带的SPY++ 工具做的. 源码 运用了多种技术..SPY++是游戏外挂开发的重要工具
MiniSpy
- 类似于Visual Studio里的Spy++,完整Cpp Builder 源代码,大家学习一下吧,www.ccrun.com出品。
TestSpy
- 用Visual Studio搞开发的朋友对Spy++这个工具一定不陌生,它可以分析窗体结构、进程和窗口消息,对开发工作有很大辅助作用。我们需要研究某个对象时,只要调出其查找窗口,拖动探测器的指针到指定窗口/控件上释放即可。用VC打造一个属于自己的Spy++。 -Using Visual Studio for development of the Friend of the Spy++ This tool will definitely not unfamiliar, it can analyze
ultraspy4
- Ultra Spy,功能同Visual Studio 6带的Spy相类似,也是有一个可以拖放的十字小光标,拖到目标上放开就可以获得窗体的句柄、窗体类属性等信息,不同的这个程序可以捕捉窗口的图像。 -Ultra Spy, functionality with Visual Studio 6 with the Spy similar, but also you can drag and drop the cross there is a small cursor onto the target op
API_Spy
- Visual Studio中的API Spy大家可能用过,这里是一个用VB实现的代码,拖放窗口中的十字到其它窗口就可以得到窗口的属性。 -Visual Studio in the API Spy you may have used, here is an implementation using VB code, drag and drop the window in the cross to the other window, you can get the window attributes
EliteSpy
- Visual Studio提供了一个Spy程序,这个程序同它类似,也是可以通过拖放窗体上的十字到其它窗体获得目标窗体的属性,另外它还可以罗列当前运行的程序并选定关闭程序。-Visual Studio provides a Spy program, this program is similar with it, but also can drag and drop the form on the cross to the other objectives of the form to obtai
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
SpyXX
- 仿照MicroSoft Visual Studio 自带的SPY++ 工具做的-Loans lottery in accordance with historical records, using GA (genetic algorithm) the projection period under the lottery numbers.
ManagedSpy
- 有不少开发者使用Visual Studio® 提供的工具Spy++。使用Spy++,你可以了解一个运行中的应用程序的窗体布局或确定一个导致bug的特定窗体消息。然而,当你创建一 个基于Microsoft® .NET框架的应用程序,Spy++变得不太管用了,因为由Spy++截取窗体消息和类不能与开发者使用或甚至看到的任何事情通信。 开发者真正所想看到的 是被托管的事件和属性值。 本文描述如何使用一个名为ManagedSpy的新工具并且它的关联库Managed
SpyXX
- 用Visual Studio搞开发的朋友对Spy++这个工具一定不陌生,这是用VC编写的简易版Spy++ Lite源码。-Engage with the Visual Studio development tool friend Spy++ certainly no stranger, which is prepared by the VC Lite Spy++ Lite source.
csharpgetvalue
- Visual C#源码演示在不同程序间取值传值,先运行Debug目录下的 模似登录窗口.exe ,再运行本程序。若要知道各个相关窗口的句柄。装了MICROSOFT STUDIO的程序中有SPY++。可通过它查看相关的值。这是按公司要求编写的一个小程序,把买设备时附送的程序在运行时,把里面的“文本框”的值取出来。找个一个多星期“百度”与“谷歌”, 终于搞出来了。其间所承受的压力不能与外人道,传上来与大家分享。当大家遇到同样的苦难时,至少我与你同在!-Visual C# source code de
ManipulateWin
- 将窗口禁止的控件(比如按钮)变成可用;将不可更改的输入框内容进行更改。需要配合 VC 中的Spy++获取窗口句柄。-Enable any disabled control, change the text in a text box. Used with Spy++ Visual studio.