January 20, 2001

Hi there!

First of all, thank you for down loading my project 'WriteCode'.

I made this program in VB5 on Windows95.

This program writes VB Graphics code as you draw.

You could copy code to clipboard only by clicking Copy command
on 'Code View' form.

Most of the time, generated codes produced exact drawing but in some
cases it fails, pardon me in advance.

Notes:

There is no error handling.

I have set AutoRedraw=True (First line of code) and
Refresh (Last line of code), you can remove these lines if you have
not used 'Round Rect' drawing function when the draw width is set
to 1.

Set back color first, if you are using non-default color, default
color is white. 

Drawing-filling-drawing-filling-drawing-filling makes bigger code.
Drawing-drawing-drawing-filling-filling-filling makes smaller code.

While recording is on; 'Pen'tool records every mouse move making code
too long, it is better to use 'Line'in small segments instead Pen
if possible. 

You have to add 'Add_This.bas' to your project or make required
API Declaration.

There are some of my drawings in files Draw1, Draw2... view 
them.. & N joy.

bye  

Opal Raj Ghimire
Kathmandu, Nepal
buna48@hotmail.com

