I would like to save a few values from text boxes that should be loaded into the text boxes every time I restart my program.
However, since my customers all use different values and should not re-enter them with every restart, I thought I could save these values somehow. But I have no idea how to do that.
my program is also tied to a database if there is a clean way, I would choose that too. my customers all have an account to log in to. but it can also be a simple .txt or XML file, but how does that work?
I working with visual Studio C# WinForms.