Display Graphical Progress Bar in Taskbar Icon?

  • Thread starter Thread starter Joe Cool
  • Start date Start date
J

Joe Cool

I know how to manipulate the text in a Taskbar Icon, but can you
display a graphical style progress bar there?
 
Joe Cool said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top