i have this code...

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
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?

On form load i have this

Code:
TextBox2.Text = My.Settings.Comments