C# – Windows 7 Taskbar progress

ctaskbarwindows 7wpf

Quick question, I've developed a Forum specific C# WPF WebBrowser, for Windows 7.

I have completed so far for the Taskbar:

Tabbed thumbnails

Jumplists

Icon Overlay

Now as the WebBrowser uses the IE engine when a download is started the progress dialog is displayed, what i want is for the progress to be reflected in the Taskbar Button of my application.

Is this acheivable? Thanks

Best Answer

I believe this is something that Scott Hanselman covered in one of his weekly source code blogs.

Not sure if that was what you were looking for or not.

Related Topic