mircea, Try something like this: $destination = "eroare.jpg" SplashImageOn("Splash Screen", $destination, 1200, 860, -1, -1, 3) While 1 $passwd = InputBox("Enter password", "Enter the password.", "", "*") If $passwd = "1" Then ExitLoop ElseIf @Error = 1 Then If MsgBox(4, "Cancel", "Are you sure?") = 6 Then Exit Else MsgBox(0, "Error", "Incorrect Password") EndIf WEnd SplashOff() MsgBox(0, "Success", "You entered the correct password!") All clear? M23 Edit: Trop le