SAS>WTL::CUpDownCtrl spinCtrl = GetDlgItem( IDC_SPIN ); SAS>spinCtrl.SetPos32( 0 ); SAS>spinCtrl.SetRange32( 0, INT_MAX ); SAS>