'Replace Textbox1.text with the text you want to save... SaveSetting(Application.productName,"Settings","Txt",textbox1.text)
'Replace Textbox1.text with the same textbox you used on the closing event of the form. Textbox1.text = GetSetting(Application.productName,"Settings","Txt","")
