I usually make a new form that stores all the controls necessary to change any parameters that I have. I usually use the Properties.Settings class to store my settings, but sometimes I use the SQLite database. I think it comes down to what works best. When using SQLite, you should also have some kind of shell that makes it easier to read / write your settings from / to the database.
source
share