Posts by Aécio Cleysson • 29 points
2 posts
-
-1
votes2
answers880
viewsQ: select name in bank with C#
I am developing an application in C# windows form in 3 layers. My problem is: I have a datagridview to receive data from the bank and a textbox to be typed the name I want to search for in the bank,…
-
2
votes4
answers2496
viewsQ: Do not open more than one form at the same time in C#
I’m developing a system that’s practically a CRUD. My problem and the following: when I open a screen of my system, if I click on the menu to open again, it has two windows open, that is, if I click…