For my application I'm using the FlashWindowEx(ref FLASHWINFO pwfi) form the user32.dll to flash the taskbar and my window for attention.
At this moment I am trying to add a custom image for the preview of the window in the taskbar, best way I found is by using the TaskbarManager in the WindowsAPICodePack.
This works alright, but when I call the method to flash the window, the taskbar is flashing but the Window wich is represented by a TabbedThumbnail is not.
Sample of a program that is using this is Skype for Business (former Lync). To make more clear what is happening and what I would like to have, I added a image and a demo project.
image problem:
Is there a way to get both of these features together, like skype for business is doing?
image s4b:
Source for demo project: http://project14.net/Dev/csharp/FlashingCustomTaskbarItem.zip
Thanks for you time!