+-0---+ +-100-+ >>-aProgressBarControl~SetRange(--+-----+--,--+-----+--)------->< +-min-+ +-max-+
The SetRange method sets the minimum and maximum values for a progress bar and redraws the bar to reflect the new range.
The arguments are:
The minimum range value. The default is 0.
The maximum range value. The default is 100.
A string containing the minimum and maximum value of the previous range, separated by a blank, or 0 in all other cases.