I have been tasked to create a form designer application in Windows Forms. The application will be used to layout "controls" on a page. The controls would most likely be images that can be resized and repositioned within the form. The result of the designer would be a file with the relative positions of the images or "controls" on the form.
I can figure out how to make the file representing the positions, but I have know idea how to make the IDE like form designer. Does anyone have any suggestions for existing controls that would allow for the adding and manipulating of images on the screen or is this going to have to be something that is homegrown?