Posts by Ari Bezerra • 54 points
5 posts
-
-1
votes1
answer138
viewsA: C# Event by pressing button, not by clicking
Good morning. This is using another event in the event list there you find several other events besides the click event. This difficulty of yours is perhaps due to the fact that it uses the creation…
c#answered Ari Bezerra 54 -
0
votes2
answers112
viewsA: Will someone please explain to me how I get to this algorithm?
You just need to understand how binary numbers work, then you assemble your algorithm in the best way independent of language, I for example program more in C#, I did an example like this: private…
-
1
votes2
answers655
viewsA: Validation of fields from Razor forms
Good morning. You can really do via Javascript and Jquery, the user can yes disable the java script, in this scenario, I believe that you are using some model class in your MVC, the best way is to…
-
0
votes2
answers202
viewsA: Integer reading via console
Good morning. To simplify just use Console.Readline(); because Read() only reads one character, one buffer, and Readline() reads every line until it finds an indicator that has reached the end of…
-
3
votes0
answers111
viewsQ: The Form gets stuck/Locked when I click the datetimepicker
I’m developing an application and I’ve done 90%, but I have a problem with the datetimepicker control. Normally its format is long, but I had to change to 'team' and enabled the ShowUpDown as true.…