Howdy SteveS -
One way to draw the shape would be to receive user coordinates through
a click event, and then use the line method to draw each line in the
shape (the line method is the one you would want). There is a
great MSDN article that discusses the method:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon98/html/vbconusinggraphicsmethods.asp
To draw arc (or circles), you can use the circle method. You can find information on that method here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon98/html/vbconusinggraphicsmethods.asp
I hope this helps in your application development!
Andrew W. || Applications Engineer