Posts by Daniel Castro • 41 points
5 posts
-
1
votes0
answers40
viewsQ: Working with Entity Framwork and Sql Express Database
I have an application with a database connection and need to create an installer that contains the database script for it to be installed together with the application or at some point…
-
0
votes1
answer174
viewsA: Popular Datagridview with Entity Framwork
Anyway, I did a little more digging and I think I’ve come up with a solution. What solves my problem is the so-called anonymous object, where we need to select more than one item of u var db = new…
-
0
votes1
answer174
viewsQ: Popular Datagridview with Entity Framwork
I have in SQL Server a database called STORE; In this database I have a table called Funcio, it contains 5 columns and they are respectively: Name, CPF, Date, Date issued, Idfuncionario. In my C#…
-
2
votes1
answer61
viewsQ: Move button controls in a Windows Forms application inside a panel container
I have a form with three buttons, are they: btnVendas, btnFunctionaries, btnConfig. And they’re lined up inside a Panel container. I need these buttons to be clicked and held by the mouse pointer so…
-
1
votes0
answers218
viewsQ: Move buttons in a form in Visual Studio through a fixed control
I want to add buttons to my form and be able to move it when the application is running, how to do this? I would also like to apply a control button that sets whether they are in fixed state or…
winformsasked Daniel Castro 41