Is it possible to draw a series of ellipse on a form/panel from an array holding the ellipse values, and then be able to click on each ellipse to return them values. How would i go about this, & how difficult would it be. I can do the part of drawing ellipse but dont understand how to get a reference to them.
Any help would be great.
Thanks Turner
If your working with "VB.net 2005", I would use "System.Xml.Serialization" to keep track of all the different ellipse drawn on the form.
When you draw an ellipse, it's bound to a rectangle.
This link has a good project that will help, it's well commented also. The code is in VB.Net 2003, you can still use it in 2005, when you open the file (with VB.Net 2005) the upgrade wizard will walk you thru it.
Info:
http://www.vb-helper.com/howto_net_d...framework.html
Direct Download:
http://www.vb-helper.com/HowTo/howto..._framework.zip
.