跟踪 MFC 消息处理

发布于 2024-07-18 02:40:16 字数 178 浏览 10 评论 0原文

尝试升级 MFC 应用程序以使用新的 MFC 功能包时,我们丢失了上下文菜单中的消息。 菜单出现并可以单击,但该消息似乎无法在任何地方处理。 我们在很多地方重写了 OnCmdMsg() 但没有效果,上下文菜单的命令消息没有被捕获。

有没有办法、工具或方法来跟踪消息?
还有其他想法如何解决这个问题吗?

Trying to upgrade an MFC app to use the new MFC feature pack, we are loosing the messages from a context menu. The menu appears and can be clicked, but the message seems not to be handled anywhere. We overrode OnCmdMsg() in lots of places but to no avail, the context menu's command message are not caught.

Is there a way, tool, or approach to trace messages?
Any other ideas how to solve this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故乡的云 2024-07-25 02:40:16

尝试 SPY++

> ...可以在 Windows 的“程序”或“所有程序”菜单中找到。 单击“Microsoft Visual Studio 9.0”,然后单击“Visual Studio 工具”。

提供系统的进程、线程、窗口和窗口消息的图形视图。 有关详细信息,请单击工具中的“帮助”。

我在 这个答案中解释了有关 2005 年 Spy++ 的更多信息。

Try SPY++

> ...can be found on the Programs or All Programs menu in Windows. Click Microsoft Visual Studio 9.0, and then click Visual Studio Tools.

Provides a graphical view of the processes, threads, windows, and window messages of a system. For more information, click Help in the tool.

I explain more in this answer about Spy++ for 2005.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文