Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. If WebBrowser1.Document.Body.OuterText.Contains("invalid username or") Then
  2. MsgBox("Invalid Username or Password.", MsgBoxStyle.Information, "Error Logging In!")
  3. Else
  4. MsgBox("Login was successful!", MsgBoxStyle.Information, "Success!")
  5. End If
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement