Link to home
Start Free TrialLog in
Avatar of hannes
hannes

asked on

Progrss Bars

What coding do you have when useing progress bars
Avatar of BigMadDrongo
BigMadDrongo

What exactly are you trying to do with a progress bar?  The basics of it are you set the max and min values for the maximum and minimum value you wish to display (i.e. for percent complete you could set min to 0 and max to 100), and the value property is how much of the bar is filled in (i.e. if you had max as 100, min as 0, if you set value to 50, the bar will be half filled).  If you want to knoe any more, leave a comment.

   BigMadDrongo
hmmm, what do you mean "coding"?
you need example of growing brogess bar?

BigMadD is right, except that in D3 (and D2??) you must use the Position property, not Value.  E.g. MyProgressBar.Position := 50;

JB
ASKER CERTIFIED SOLUTION
Avatar of Edo082297
Edo082297

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial