I have a very small project and I want to create a settings form. What is the best way to do this? Simply creating another Windows Form with checkboxes / textboxes and saving these settings using Properties.Settings class? It'll probably work but I'd like to have some input on what you think would be the best way to do this.
I usually make a new form that holds all the controlls necessary to change whatever settings I have. I normally use the Properties.Settings class to hold my settings, but I sometimes use a SQLite database too. I guess it comes down to whatever is better suited. When using SQLite you also have to have some kind of wrapper that makes it easy to read/write your settings from/to the databse.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With