DDV_MinMaxSlider
Visual Studio 2010
Call DDV_MinMaxSlider to verify that the value in the control associated with value falls between minVal and maxVal.
void AFXAPI DDV_MinMaxSlider( CDataExchange* pDX, DWORD value, DWORD minVal, DWORD maxVal );
For more information about DDV, see Dialog Data Exchange and Validation. For information about slider controls, see Using CSliderCtrl.