当窗口到达前台时会触发哪些窗口消息?
当应用程序窗口从后台转到前台(或从不可见/最小化到可见/最大化)时,会触发哪些窗口消息(wm_xyz)?
What windows messages are triggered (wm_xyz) when an application window goes from background to foreground (or from invisible/minimized to visible/maximised)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个复杂的交互涉及:
您可以通过使用 Spy++(Visual Studio 附带)学到很多东西。
如果您可以提供有关您要执行的操作的更多详细信息,我们可能会为您指出正确的消息子集。要了解有关特定消息的更多信息,请使用 MSDN 搜索消息/通知,例如“MSDN WM_PAINT”。
There's a complex interaction involving:
You can learn a lot by using Spy++ (which comes with Visual Studio).
If you can provide more detail on what you're trying to do, we can probably point you to the right subset of messages. To learn more about a specific message, search for the message/notification with MSDN, e.g., "MSDN WM_PAINT".