Posts by Eduardo Maciel • 5 points
2 posts
-
-1
votes2
answers58
viewsQ: Validate any input at the same time
I’m doing a live validation of the CPF field entry, but I don’t want you to let letters in and do a "data mask" cpf[0].onkeypress = function (e) { var key = e.key for(let i = 0 ; i…
javascriptasked Eduardo Maciel 5 -
-1
votes1
answer83
viewsQ: Return parameters from another form via click
I’m playing a poker game in C#, but I’m not able to establish a communication between 2 Forms, so the formPrincipal receives values from formSecundario, using the player class that exists in…
c#asked Eduardo Maciel 5