Das Bild erklärt alles

Das ist mein code
If TextBox1.Text = "Admin" And TextBox2.Text = "1" Then
MsgBox("Login erfolgreich!", MsgBoxStyle.Information, "Login erfolgreich")
Me.Hide()
Form2.Show()
Else
MsgBox("Login Fehlgeschlagen!", MsgBoxStyle.Critical, "Login Fehlgeschlagen!")
End If
End Sub
Ich will nur das es über myql leuft
kommt schon bitte eine antwort






