i have this code...
I've built my program and at run time i edit textbox2 and then exit the program load it again and the test isn't there, why?Code:Private Sub TextBox2_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox2.TextChanged My.Settings.Comments = TextBox2.Text End Sub
On form load i have this
Code:TextBox2.Text = My.Settings.Comments


Reply With Quote

