简体   繁体   English

关于Windows Events的问题

[英]Question about Windows Events

I was talking with an employee the other day and I remember them mentioning a tool that we use that enables you to see what messages the OS sends/receives when an event occurs (for example, when a link is clicked in Internet Explorer (or another browser)). 前几天我和一名员工谈话,我记得他们提到了我们使用的工具,可以让你看到操作系统在事件发生时发送/接收的消息(例如,在Internet Explorer中点击链接时(或其他)浏览器))。

Can somebody please tell me what this app is called? 有人可以告诉我这个应用程序叫什么?

它被称为Spy ++,它包含在Visual Studio和Windows SDK中。

You can indeed use Spy++ like @SLaks suggested , but if it's specifically to spy on winforms apps (like your tags suggest), I'd recommend Managed Spy . 你确实可以使用像@SLaks建议的 Spy ++,但是如果它专门用于监视winforms应用程序(比如你的标签建议),我推荐Managed Spy Also from Microsoft and with source code. 也来自Microsoft 源代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM