I’d love some help,

I need to know how to update the hard coded properties of objects at run time and have those properties persist the next time the app is run. An example: If the user changes the font, color or text size of a text box in my app and then exits the app and reopens it I want the text box to “Remember” the font, color and text size. I know how to create a data file that cycles through all of the changes and updates the controls that way, but I feel that there has to be an easier way. I have been reading in MSDN about Property Let//Set//Get, but I do not understand how this applies to controls whose properties are already part of a control.

Thanks,

Hunter