Reset Taskbar Flash in C#

Posted by thefactor on Stack Overflow See other posts from Stack Overflow or by thefactor
Published on 2010-06-16T13:11:50Z Indexed on 2010/06/16 15:42 UTC
Read the original article Hit count: 167

Filed under:
|
|
|

I have an application where the taskbar flashes if an event has occurred. This is working perfectly, and was relatively easy to implement using a Win32 API described below: http://blogs.x2line.com/al/archive/2008/04/19/3392.aspx

However, when I stop the flashing, sometimes the application is stuck in the "highlighted" state in the taskbar. This only gets reset by clicking on the application in the taskbar, minimizing it, then re-maximizing it. Is there a way to clear this from being highlighted without any user interaction?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET