c# - Simplify configuration dialog building .NET -
I am working in C #. I find myself setting up my application settings to communicate all the time, for every control on the dialog I am reading configuration files and setting it accordingly. After properly pressed, I am reading all the controls and am collecting values in configuration files or similar versions.
It takes a lot of time, simple and repetitive, does anyone know how to simplify this process? Code generation? Helper classes?
Please make your life easier!
Eric
You can control WinForms directly on application settings, Your life can be made very easy to manage the dialogue.
Simply select a control and look under the (Application Settings) option in the data pane in the data group. I put a screenshot for example.
Comments
Post a Comment