Results 1 to 4 of 4

Thread: Login

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2010
    Posts
    17

    Login

    Alright, So with this game I am Making with VB I am Confused on how to make the login system to make the registered user to login to his character automatically other then having to make a new character? Here is my login System code not much
    Code:
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            If TextBox1.Text = My.Settings.Username And TextBox2.Text = My.Settings.Password Then
                CharCreateForm.Show()
                Me.Hide()
            End If
        End Sub
    Last edited by Sicen; Aug 25th, 2010 at 08:49 PM.

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