Hi,
I am working in C#. I find myself creating dialogs for editing my application settings all the time. For every control on the dialog I am reading the configuration file and set it accordingly. After pressing OK, I am reading all the controls and store the values in the configuration files or something similar again.
This seems to be very time consuming, simple and repetitive. Does anybody have an idea how to simplify this process? Code generation? Helper classes?
Please make my life easier!
Erik