I'm trying to archive the blinking effect as shown in the image with my C# main form. I've Googled a lot and I've seen that it is possible with System.Windows.Shell and TaskbarItemInfo. This seems much more easy than downloading and importing those dlls.
I know how to make a new TaskbarItemInfo, but I don't know how I can connect it to the main form.
Any suggestions how I can do this with the System.Windows.Shell reference?