I am creating an application that is able to drag and drop images into a drawing area to make an electrical diagram. I am finished with the drag and drop part. Now each image that's dropped on the "drawing area" needs to be able to be double clicked and 5 or 6 attributes need to be added to each item(picture). I am wondering what would be the best thing to open up when I double click the picture? I was thinking of another form? An inputbox would be perfect except for the fact that 5 or 6 pieces of info need to be added to each picture, not just 1. So what would be the best choice so that 6 pieces of info (textboxes, info saved as strings) can be added on doubleclick. I am thinking of having a whole new form open, but how can I design a new form that will open on doubleclick?
btw- i already have the doubleclick event working, i just need to know how to make a new form and have it open when a picturebox is doubleclicked
How can I build and design a template form?
btw- i already have the doubleclick event working, i just need to know how to make a new form and have it open when a picturebox is doubleclicked
How can I build and design a template form?