Question How to get a progress bar like in this picture?

czeslaw1

Member
Joined
May 18, 2009
Messages
18
Programming Experience
Beginner
Hello,

I need a progress bar, like this:
ProgressBar.gif

But by as you know, by default we get a progress bar like this:

ProgressBar-Highlight.gif

Please help me to code/get the progress bar like in the first picture, I do NOT need the buttons.

I need it to be, when i click on a button (lets say Button1), The progress should slowly go to %100 in rectangle by rectangle format.

Please help,
thanks
 
Hello,

I need a progress bar, like this:

But by as you know, by default we get a progress bar like this:

View attachment 3727

Please help me to code/get the progress bar like in the first picture, I do NOT need the buttons.

I need it to be, when i click on a button (lets say Button1), The progress should slowly go to %100 in rectangle by rectangle format.

Please help,
thanks
Might be able to do it with this control: Custom ProgressBar Control - CodeProject
If not, you can always make your own.
 
Back
Top