如何确定哪些任务栏应用程序/窗口正在请求用户注意
我想知道如何从 Windows 任务栏获取需要用户注意的窗口列表。需要注意的窗口在 Windows 任务栏中显示为闪烁的橙色。
未聚焦的 MSN Messenger 对话窗口就是这种行为的一个很好的例子:一旦远程用户发送实例消息,它们就会变成橙色。
我的代码针对的是 Windows 7 平台,但在较旧的 Windows 操作系统上工作也很好。
I'd like to know how to get a list of the windows requiring user attention from the Windows taskbar. Windows requiring attention appear with a flashing orange color within the Windows taskbar.
Un-focused MSN Messenger conversation windows are a good example of this behavior: they turn orange as soon as a remote user sends an instance message.
My code targets the Windows 7 platform, but working on older Windows OS would be nice too.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您通过调用 RegisterShellHookWindow 就是你所追求的。
I believe HSHELL_FLASH you get notified about by calling RegisterShellHookWindow is what you are after.