Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27554

VS 2010 Need Login System Help [READ]

$
0
0
Ive made a Login System but when I can create the same account multiple times with the same Username and password. How do make it so I can only sign up with 1 Username and not the same one.
My code im using for the sign up button is
Code:

Private Sub ButtonX1_Click(sender As Object, e As EventArgs) Handles ButtonX1.Click
        My.Settings.Users.Add(TextBoxX1.Text + "-" + TextBoxX2.Text + "1")
        Form1.Show()
        Me.Close()
    End Sub


Viewing all articles
Browse latest Browse all 27554

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>