hi why does this prompt a wrong pass? plss help. :(
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If TextBox1.Text = "Username" And TextBox2.Text = "Password Then" Then
Me.Hide()
Form2.Show()
Else
MsgBox("Wrong Username of Password.", vbExclamation, "Wrong")
End If