Posts by Jupiter Apple • 41 points
3 posts
-
1
votes1
answer638
viewsQ: Save item in Combobox
I have a combobox with some items added via form, by the property Items (Collection). I wish I could leave it to the user to type new texts in this combobox, which in my case, is a combobox of…
-
2
votes1
answer98
viewsA: Play Query Dice For Datagridview in C#
I’m sorry I answered the same question. I solved my problem now, after a few hours trying. The right way to call my query was: this.tabelaEstoqueTableAdapter.FillByCategoria(…
-
1
votes1
answer98
viewsQ: Play Query Dice For Datagridview in C#
Hello guys I’m facing problems with a listing. I have a Datagridview loading a list of products automatically and a combobox with the names of the categories, the idea is that when selecting a…