CProgressCtrl::SetRange

Call this member function to set the upper and lower limits of the progress bar control's range, and redraw the bar to reflect the new ranges.

Syntax

void SetRange( int nLower, int nUpper );

At a Glance

Header file: Afxcmn.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CProgressCtrl Overview, CProgressCtrl Member Functions, Control Classes, CProgressCtrl::OffsetPos, CProgressCtrl::SetPos, CProgressCtrl::StepIt