Posts by Milton Silva • 19 points
2 posts
-
1
votes1
answer158
viewsA: Password lock after 5 attempts
If txtSenha.Text <> lTBUsuarios("senha") Then 'Rotina que conta as tentativas de login 'lsql = ("SELECT tentativa FROM usuarios WHERE id_usuario = " & txtLogin.Text) …
visual-basic-6answered Milton Silva 19 -
0
votes1
answer158
viewsQ: Password lock after 5 attempts
I created the routine that counts number of user attempts when logging into the system, if it misses the password for five times the system blocks the user. However my code is not taking into…
visual-basic-6asked Milton Silva 19