【问题标题】:How can I programmatically determine if an application is flashing in the taskbar如何以编程方式确定应用程序是否在任务栏中闪烁
【发布时间】:2008-11-21 15:54:06
【问题描述】:

我可以使用“FlashWindowEx”在任务栏中使窗口闪烁,但我可以调用什么来确定窗口是否已完成?是否有在某处设置了我可以查询的标志?

【问题讨论】:

    标签: window taskbar flashwindowex


    【解决方案1】:

    这似乎是不可能的。 但是,可能有解决方法。 例如,您可以保留一个布尔变量“flash = false”。然后在调用 FlashWindowEx 时将其设置为“true”,并在应用程序通常获得焦点的情况下设置为“false”。

    参考资料:

    http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1846008&SiteID=1

    【讨论】:

    • 谢谢 - 我希望有一个我可以使用的 Win32 调用,但它看起来不像。
    猜你喜欢
    • 2011-01-03
    • 1970-01-01
    • 2014-09-16
    • 2011-07-12
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多