Hallo Leute,
Das Bild erklärt alles :)
[Only registered and activated users can see links. Click Here To Register...]
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
Das Bild erklärt alles :)
[Only registered and activated users can see links. Click Here To Register...]
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