This is probably simple, but I have no idea how to start.
Desc: I'm making a form that draws a map, thats all done. Now I'm trying to get the form to draw an unknown number of PictureBox(es) and different points on the map in a loop. I'd like to be able to edit the propertys of these controls as they are added.
If thats possible is there a way to make the PictureBoxes delete them selves? (It's a custom control that inherits the picturebox so I can edit the objects internal programs)
Desc: I'm making a form that draws a map, thats all done. Now I'm trying to get the form to draw an unknown number of PictureBox(es) and different points on the map in a loop. I'd like to be able to edit the propertys of these controls as they are added.
If thats possible is there a way to make the PictureBoxes delete them selves? (It's a custom control that inherits the picturebox so I can edit the objects internal programs)