Codes are: Button 1(add user)
Label1.Caption = TextBox1.Text
Label2.Caption = TextBox2.Text
MsgBox "User created"
TextBox1.Text = ""
TextBox2.Text = ""
End Sub
Button 2:(sign in)
If TextBox1.Text = Label1.Caption And TextBox2.Text = Label2.Caption Then SlideShowWindows(Index:=1).View.Next End If
Note: Also do that password character thing first. I just messed up
by the way, "end if" should be under SlideShowWindows. The formatting got messed up.
Thanx for watching.
Link to this comment:
All Comments (26)