Library code snippets
Auto-Draw Tool
I have used two Picture Boxes and two Timers in this source.
The purpose of the code is to display how to use the mouse to draw in a picture box, and at the same time display a movie effect in the second picture box as if you where in fact drawing in this instead.
Not only that but you can also see the rewind effect (available as on a VCR) on the second Picture box.
Here follows a brief description of what it does.
1st Draw any picture you’d line using your mouse over the first picture box.
2nd Click on the Movie Menu.
3rd Click on Play. A second Picture Box will appear and automatically redraw the picture.
4th Click on Re-Play Menu Item to replay the auto-draw process
5th Click on Re-Wind Menu Item to rewind the auto-draw process.
This source may be useful for those who study drawing and picture boxes.
If you wish you may change the source, but please send me a copy of the altered code and remember to post a rating for it as well. This will aid me in improving my future code.
Related articles
Related discussion
-
Regarding Visual Basic Programme
by manjunathsl2007 (0 replies)
-
how do you hide all in VB6
by CapnJack (1 replies)
-
Problem with Input File
by novavb6 (3 replies)
-
How to produce a txt file with a table??
by novavb6 (1 replies)
-
VB6 compatability from XP to Vista
by bronx (1 replies)
This thread is for discussions of Auto-Draw Tool.