Home All Groups Group Topic Archive Search About

Display Graphical Progress Bar in Taskbar Icon?

Author
26 Jul 2006 1:40 AM
Joe Cool
I know how to manipulate the text in a Taskbar Icon, but can you
display a graphical style progress bar there?

Author
26 Jul 2006 10:08 AM
MyndPhlyp
"Joe Cool" <joec***@home.net> wrote in message
news:brhdc25suu3tsc6tj2cf7me88ohrnlpk65@4ax.com...
> I know how to manipulate the text in a Taskbar Icon, but can you
> display a graphical style progress bar there?

Yes.

Click the StatusStrip object in the bottom margin of the form's Design view.
You'll see an icon displayed on the status bar that can be used to add
additional objects (including a ProgressBar) similar to building a ToolStrip
or a MenuStrip.

Alternatively you can "wrong-click" the status bar and use the Edit Items...
command from the context menu.