B
Bit Twiddler
Hi,
I have a windows form app which would benefit from the new application
settings support in VS2005.
Say that my form has a single textbox on it. When the form closes I would
like to save the text in that textbox as part as the user level application
settings. When the application restarts I would like that text to be
restored to the textbox.
Because I am not using a built-in property on my form does this mean that I
cannot use the designer to add my setting?
Or, do I *have* to create a custom class derived from
ApplicationSettingsBase and manage everything myself?
No matter how I approach this I cannot seem to get my settings to
"automagically" restore their values at app startup.
Any pointers would be greatly appreciated!
BT
I have a windows form app which would benefit from the new application
settings support in VS2005.
Say that my form has a single textbox on it. When the form closes I would
like to save the text in that textbox as part as the user level application
settings. When the application restarts I would like that text to be
restored to the textbox.
Because I am not using a built-in property on my form does this mean that I
cannot use the designer to add my setting?
Or, do I *have* to create a custom class derived from
ApplicationSettingsBase and manage everything myself?
No matter how I approach this I cannot seem to get my settings to
"automagically" restore their values at app startup.
Any pointers would be greatly appreciated!
BT