Save button
My.Settings.text1 = TextBox1.Text
My.Settings.Save()
My.Settings.Reload()
My.Settings.text2 = TextBox2.Text
My.Settings.Save()
My.Settings.Reload()
Form load
TextBox1.Text = My.Settings.text1
TextBox2.Text = My.Settings.text2
go to the settings and add userrname and pass as a string and why use a listbox ? just use listview and use this code to add to itDim asd As L1
asd = New L1("1")
asd.SubItems.Add("a")
ListView1.Items.Add(asd)
