I have created a control that represents a controller on a conveyor belt. The program I am writing must allow the user to place the control(s) (controller) onto a picture that they have loaded and then setup parameters for each control (controller) - Imagine a lite SCADA system. The question I have is how can I programmatically save the form with the position, size etc of each control on the form? Do i need to use an ini file or database to save the properties?

Thanks in advance - I hope this makes sense!