I have a text box wherein once you open the program, there's already a text in it and its enabled property is set to false.

I have two command buttons. The function of the first one is that once you click it, then textbox.enabled=true which means you can edit it. The other one is that you can save the changes made in the text box then textbox.enabled=false. Once you open the program again, the one you typed on the textbox before clicking the 'save' command button will be the one to appear on the text box. Is it possible and if yes, what is the code? Thanks!