[Solved] How to remember a variable at each application startup? [duplicate]

You can use application settings behavior provided by the Framework and Visual Studio designer using the settings.settings file in the properties section of the project in the solution explorer. You create a parameter of string type for example MyStringParameter and you read and write access it like that: Settings are automatically loaded at the program … Read more