[RESOLVED] n00b in vb.net 2005
Hi. Im new here and new to vb.net 2005, even pretty new to programming. I'm making a simple game. I want to know how to assign the shapes youve drawn to variables. This draws an ellipse on the drawing surface, drawingspot.DrawEllipse(penvariable, x, y, 3, 3). How would you be able to get an ellipse assigned to a variable like 'ellip1'? I need to be able to do this becuase then I want use commands like ellip1.top, ellip1.move. I have seen my friend do this kind of thing in vb6 but it looked easy, vb.net 2005 is different, so im stuck. Also im sure vb6 had a shape tool, which looked really easy, it seems to have gone in .net.
Cheers for any help :)