I am working on a project and I need a kind of variable that save the value and after restarting the program, the value won't get refresh.
For example: Home Page of a web browser that when you change it, it will save and after restarting the application, it won't reset to the first Home Page Address.
I thought that I can do it using application properties settings
Properties.Settings.Default.
But it didn't work.