Modify your paint
program with the following:
- Add a horizontal
scrollbar that will allow the user to change the line width
- Change the
scrollbar to be equal to the line width the user chooses from the menu
(small, medium, large)
- Add a common
dialog that the user can then choose the line color from
- Allow the user to
change the background using the color pallet (common dialog)
- Clear the canvas
area
Back