Public Class Form3 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click My.Settings.Username = TextBox1.Text My.Settings.Password = TextBox2.Text My.Settings.Save() My.Settings.Reload() End Sub
doesnt work m8 , when i activate it , it goes to the "create a new account screen" i then enter my username and password , click create and nothing happens , you did the same thing , but somehow you got ur username and password to work
okay. you may have put when the create button is clicked that textbox 1 is my.settings.blahblahblah, For working code, please go to my website and click on downloads. also, you can contact me for help there as it is easier. cheers
Thanks You So Work For Help Me ! :)
HackeRideR 1 year ago
Public Class Form3 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click My.Settings.Username = TextBox1.Text My.Settings.Password = TextBox2.Text My.Settings.Save() My.Settings.Reload() End Sub
End Class
oddball5427 2 years ago
yes. that is right.
quickvidtutorials 2 years ago
thanks!
quickvidtutorials 2 years ago
doesnt work m8 , when i activate it , it goes to the "create a new account screen" i then enter my username and password , click create and nothing happens , you did the same thing , but somehow you got ur username and password to work
oddball5427 2 years ago
thanks for your comment. I am watching it now to fix it up. Thanks
quickvidtutorials 2 years ago
okay. you may have put when the create button is clicked that textbox 1 is my.settings.blahblahblah, For working code, please go to my website and click on downloads. also, you can contact me for help there as it is easier. cheers
quickvidtutorials 2 years ago