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.
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.