Multiple Progress Bar States in WPF

Posted by kbo206 on Stack Overflow See other posts from Stack Overflow or by kbo206
Published on 2010-04-30T02:42:28Z Indexed on 2010/04/30 2:47 UTC
Read the original article Hit count: 267

Filed under:
|
|
|

I'm currently developing a WPF application in C# and I want to have a progress bar control that can be in a "paused" state as well as an "error" state. Much like this: http://wyday.com/windows-7-progress-bar/ Unfortunately, that's a Windows Forms control and implementing it via a Windows Forms Host proved to be incompatible.

My question is, how can I go about accomplishing a similar effect in WPF? Is it possible to make multiple "states" of a progress bar? Is this kind of operation in WPF but I'm just looking over it? I'm mainly talking about the progress bar itself here, I'm pretty sure I know how to achieve this in the taskbar.

All help is appreciated, especially code examples. Thanks!

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf