Posts by Douglas • 117 points
3 posts
-
3
votes1
answer916
viewsQ: How to center text using print Document c#?
I’m making an impression and would like to center the text using this code on printpage e.Graphics.DrawString("bla bla bla bla", FontTitulo, brush, e.MarginBounds); How do I center?…
-
4
votes5
answers29127
viewsQ: use if in sql server
I have 3 tables in my database, CUSTOMERS, DISTRIBUTORS and EXPORT and I have a production order table where I take the customer type (Distributor, customer or export) and the ID of each of them.…
-
4
votes1
answer53
viewsQ: Comboboxes that share the same Datasource, swap the selection together
I am doing a production order project and I have 7 combobox picking the values from the same table (which are the raw materials). I’m using this code on load form to load the combobox:…