Adv. VB project one
The project:
- Create a sketch pad
- Your program should allow color selection
- The user should be able to select draw, line, rectangle, and background
- The draw feature should allow for free-form drawing in the
main drawing area, in the drawing color
- The line feature should draw a line from the mouse down spot to the
spot where the mouse was lifted, in the drawing color
- The rectangle feature should draw a filled rectangle in the drawing
color, with the mouse down and mouse up points as a diagonal.
- Use an array of picture boxes to simulate a color pallette
- Do any other fancy stuff you want (menus, a circle feature, line width,
save and load)
Example
Here is an activeX version, if you have MSIE, and the security settings are set to allow it. (usually not in public labs)