E
e-mre
Is it possible to add a new record to the settings file at run-time? Or is
the only possible time to add a new setting is design-time?
There are many many thing in my application that the user can customize for
him/her. I am thinking of stroring these in the settings file on the user PC
but I don't want to open a new record in the settings file for each
customizable setting.
If the setting is not in the settings file then use the default. If the user
changes from the default then add a new record to the settings file and save
the non-default value to the settings file.
e-mre
the only possible time to add a new setting is design-time?
There are many many thing in my application that the user can customize for
him/her. I am thinking of stroring these in the settings file on the user PC
but I don't want to open a new record in the settings file for each
customizable setting.
If the setting is not in the settings file then use the default. If the user
changes from the default then add a new record to the settings file and save
the non-default value to the settings file.
e-mre