.net - Reset Taskbar Flash in C# -


I have an application where an event occurred, the taskbar shines. It's working perfectly, and it was relatively easy to use a Win32 API described below:

However, when I turn off flashing, sometimes in the application taskbar "Highlight" gets stuck in position . It can only be reset by clicking on the application in the taskbar, minimizing it, and maximizing it, is there a way to clear it by any user being highlighted without interaction? Instead of flashing it, you can put the overlay icon over it - Code pack from C # to code

A line of Then, when you want to clear it, you can take away the overlay icon - again a line of code. Only Windows 7, though.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -