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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -