Hi guys
I have a a text box that is initialized with some value, let's say "William".
When I run the program, the text box shows "William" of course, but what I want to do is to type something else, let's say "Vincent" and set this value as the default value, so when I run the program next time, it will show "Vincent" instead of "William".
Thanks in advance.