Posts by Bruno Moraes • 69 points
4 posts
-
2
votes1
answer293
viewsQ: Use select top to declare a variable
I wanted to assign the value of the last item registered in the table alu_cod, but the query returns me error after the @total =: declare @total int select @total = SELECT TOP 1 * FROM Alunos ORDER…
-
0
votes1
answer114
viewsQ: Fill a Checked List Box with SQL Server values
I am creating a form that I would like it to work as follows: First the user would select the type of exercise that would be played in the Checked list box using a Combo Box, then the bank would…
-
4
votes1
answer62
viewsA: Form remains open after this.close()
The mistake was using showdialog() instead of show().
c#answered Bruno Moraes 69 -
0
votes1
answer62
viewsQ: Form remains open after this.close()
I have a main menu form, which calls the student register. But the exit code of the student form does not close it, calls the main form but it remains open in the background and I can’t even close…
c#asked Bruno Moraes 69