Chapter 17: Track-Based Controls Visual C++ and MFC Fundamentals
- Click OK
- Position the new control to the right side of the Number of CDs edit box and resize
it: - Using the Properties window, change its ID to IDC_QUANTITY
- Set the values of the Min edit box 1 and the Max edit box to 5000
- Add a variable to the UpDown control. You may receive a message box informing
you that the control needs to be inserted into your project:
Click OK.