Minatures on a Grid - Ideas
I have a PictureBox which has a Bitmap tiled across it and a Square Grid drawn onto it. From here the plan is to be able to load Sprites onto it that can be moved about with the mouse and that will snap to the grid.
Also each sprite will have it's own properties and right clicking on it will bring up another dialog box for these properties to be edited.
The last requirement of the miniatures is a name that is to be displyed centered underneath each of them.
I was thinking of using a control array of PictureBoxes inside the Main PictureBox but I'm unsure about how to do much else :confused:.
Thanks,