by Theo Z (4 Submissions)
Category: Graphics
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(48 Votes)

VB Paint is a simple drawing program similar to Microsoft Paint plus several image filters. VB Paint features: (1) Drawing tools: curve, polygon, filter brush, brush (10 different shapes), air brush, text, fill, rectangle, square, rounded rectangle, rounded square, ellipse, circle, pencil, eraser and pick. (2) Drawing properties: foreground color, fill color, fill style, draw width, border style and font. (3) Selection tool: move, cut, copy, paste, delete, crop, effects, filters. (4) Effects: resize, flip horizontal/vertical, rotate, clear. (5) Filters: black and white, blur, brightness, crease, darkness, diffuse, emboss, gray black and white, grayscale, invert colors, replace colors, sharpen, snow and wave. (6) Undo/redo (limited by memory, currently I set it to 10x undo/redo). (7) Others: scroll bars, zoom, resizable paint area, hand, status bar, open, save, and print. It is well commented and developed with almost pure VB (only 7 APIs, no OCX, dll, ...). Good to learn about VB ability to handle graphical stuff.
Download VB Paint (41 KB)