Advertisement
Guest User

Untitled

a guest
May 16th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.22 KB | None | 0 0
  1.     $User = GUICtrlRead($Input1)
  2.     $Password = GUICtrlRead($Input2)
  3.     If $User Then
  4.         If $Password Then
  5.                 _Func3()
  6.             Else
  7.                 MsgBox(0,"FEHLER","Passwort fehlt!")
  8.         EndIf
  9.     Else
  10.         MsgBox(0,"FEHLER","Username fehlt!")
  11.     EndIf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement