Posts by Bruno Júnior Góis • 65 points
4 posts
-
0
votes3
answers232
viewsA: Difference on screen Windows Forms C#
I managed to solve, the problem was in the minimum size and maximum size of Forms.
-
-1
votes3
answers232
viewsQ: Difference on screen Windows Forms C#
I have a problem with Visual Studio > Windows Forms. When I enable the classic Windows theme and create a project in C# the screen is inside what I want, however, when enabling Aero mode, the…
-
2
votes2
answers71
views -
1
votes1
answer143
viewsQ: Validation of the repeated registration
I have a class called Matricula. She gets a record of Aluno and of Serie. I need to do a validation, where if the student is already enrolled in a registered series, the page presents a message…