Posts by André Vieira • 5 points
3 posts
-
0
votes1
answer309
viewsQ: Customization of datagridview in c#
I’m doing a project and I’m having customization problems in my datagrid, as the information of the two textboxes return in the same datagrid I can’t customize the header of the two, but of only…
-
0
votes1
answer129
viewsQ: How to validate a blank maskedtextbox?
In case the maskedtextboxTEL (00)0000-0000 would return a error provider and would not proceed until it has been completed.
-
0
votes1
answer421
viewsQ: Existing user validation in C#
The function verificaLoginExistente warns that the login still exists, but still continues to the next line of code and registration. I want it to notify and return to register for a new name. My…