Hey, I have a problem..
I saved a value in the settings (123456), and it I made a program that it shows in a label the value, and when I'm writing in a textbox a value, then clicking a button it saves me the textbox's value and when I'm exiting the program and run it it saves me the last value.
And then I ran the program in the desktop and it worked perfectly, but when I moved the program to another location, the value was 123456, not the last one I did when the program was in the desktop. When I moved it to the desktop again, it was the last one I did on the desktop, and when I moved it to the other location (the same location [not the desktop]), it saved me the last value I wrote when it was in this location.
My question is, how can I do it to be the same in all locations?
Thanks for helping!