The first is how do I make a setup program. I know there is a way to use something wich is already built in so your program will have a setup.

The second is how do I print a form which I drew on with only graphical commands like:
form1.line(x1,y2)-(x2,y2)
or
form1.circle(x1,y1),r

Thanks