void SetRange( short nLower, short nUpper );
void SetRange32( int nLower, int nUpper );
Parameters
nLower
Specifies the lower limit of the range (default is zero).
nUpper
Specifies the upper limit of the range (default is 100).
Remarks
Sets the upper and lower limits of the progress bar control’s range and redraws the bar to reflect the new ranges.
The member function SetRange32 sets the 32-bit range for the progress control.
CProgressCtrl Overview | Class Members | Hierarchy Chart
See Also CProgressCtrl::OffsetPos, CProgressCtrl::SetPos, CProgressCtrl::StepIt