Question Form design at runtime

dahnealdo

New member
Joined
Jul 24, 2009
Messages
1
Programming Experience
1-3
Hey guys-

I have a question regarding the manipulation of a form at runtime. Let's say I created a simple form in the form designer before runtime containing a couple of buttons, text boxes and labels. While the program is running, I would like to change properties of these controls, while having the ability to move them around, along with the addition of newer controls, say a listbox.

After the form is 're-designed', I would like to save the new settings of my form, in either a database or settings file. Whats the best way to implement this?

Thanks for your time and I look forward to hearing any suggestions.
 
Back
Top