Hmily 发表于 2010-3-29 00:42

SPY in DONET Framework

There is a very useful tool In Visual Studio tools. The name is "SPY++". This tool can spy System Messages, Process Information and Class Name and so on from application at runtime. But we also found this tool is not fit for DONET applications, we need get more information. So the “SPY#” is designed for DONET Framework. It can get all controls' properties and the pleasant thing is that you can also modify it at the runtime.
http://www.onlydonet.com/uploads/2009/09/b9face4b458149a6bc5bfa1518bde45c.jpg

Select one process to inject, and then will pop a new dialog to show properties of controls.

http://www.onlydonet.com/uploads/2009/09/21faca0425464085858328a9226687e0.jpg
The first button will highlight control which you selected in the tree view in 3 seconds.
The second button is used to capture control by mouse in 3 seconds.
NOTE: “SPY#” is writing by WPF, so you need install DONET Framework 3.5 SP1 or last version. And "SPY#" only support Windows XP system now.

http://www.onlydonet.com/uploads/2009/09/dfcfe3924e6f49249a23989e5187aee1.rar

oo789458 发表于 2010-3-29 03:21

:victory:谢谢分享沙发
页: [1]
查看完整版本: SPY in DONET Framework