Advertisement
Abel_Software

Create A Login Page - Login Form

Oct 14th, 2019
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.26 KB | None | 0 0
  1.         If TextBox1.Text = "admin" And MaskedTextBox1.Text = "Password" Then
  2.             Home.Show()
  3.             Me.Close()
  4.         Else
  5.             MessageBox.Show("Invalid Login Information", "Login Error", MessageBoxButtons.OK, MessageBoxIcon.Error)
  6.         End If
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement