Use the .line function:
Code:
Form1.line (x1,y1)-(x2,y2)
than you can draw a line from x2, y2 to a new point like this:
Form1.line -(x3,y3)
.line works with picturebox and other stuff.
Good luck,