Results 1 to 2 of 2

Thread: [2005] Saving settings...

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2003
    Location
    Auckland
    Posts
    1,139

    [2005] Saving settings...

    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

  2. #2
    Addicted Member
    Join Date
    May 2008
    Location
    Denmark
    Posts
    178

    Re: [2005] Saving settings...

    my.settings.save?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width