Interaction with Graphics objects?

MHouse

New member
Joined
Oct 20, 2003
Messages
1
Location
Nashville, TN
Im trying to create an application in VB.NET 2003 that contains graphics objects that the user can manipulate and move around the form. I was trying to use pictureboxes for this at first, since they have accompanying event handlers, but it seems like everyone says that this is a "bad thing" :)

I cant seem to figure out how I can interact with my graphics objects, once created, though! Any help is appreciated! Thanks!
 
Back
Top