[Solved] That TextBox should retain the same value even after closing the form? [closed]
You might want to use User Settings. They’re different from Application Settings because they can be read and write between different sessions of the same applications. You can create a new setting at design time: Solution Explorer > Properties Double-click on the .settings file (this creates a new set in the default settings). Set name … Read more