I get the string to show in the text box but how would I let a user save it
vb Code:
Private Sub OptionFRM_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load OptionHomePageText.Text = My.Settings.Homepage End Sub Private Sub OptionSaveBTN_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OptionSaveBTN.Click >>>>>OptionHomePageText.Text<<<<< End Sub
I'm stuck there (where the <<>> are)




Reply With Quote