如何确定哪些任务栏应用程序/窗口正在请求用户注意

发布于 2024-08-31 22:15:55 字数 195 浏览 7 评论 0原文

我想知道如何从 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 技术交流群。

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

发布评论

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

评论(1

过度放纵 2024-09-07 22:15:55

我相信您通过调用 RegisterShellHookWindow 就是你所追求的。

I believe HSHELL_FLASH you get notified about by calling RegisterShellHookWindow is what you are after.

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