Posts by Cal.12 • 31 points
5 posts
-
0
votes1
answer702
viewsQ: Query image in a folder
I am creating a program in windows form and in this program I would like to select an option in the combobox and it load the image in the picturebox. This image will have the name that was selected…
-
0
votes2
answers199
viewsQ: code implementation
I and a colleague are beginners in programming and we are building a game in which we need to use chained list. He was responsible for creating a game menu using chained list and I for creating the…
-
0
votes2
answers102
viewsQ: Fix error game
I think with this game that when I make a mistake at the beginning of the game it tells me that a letter was wrong, but if you hit a letter and then make a mistake it doesn’t count. Help me. Error:…
-
1
votes1
answer242
viewsQ: update tab of tabcontrol
I’m creating a program in Windows Forms and on my page I put a Tab Control with a tab to register and insert the data in Mysql and the other to see the data registered in a Combobox. Only when I…
-
0
votes1
answer938
viewsQ: display data from a mysql database column under label
How to select a die from my table column and display it in a label? EX: id = 10 -> Banana Select * From tabela where id = 10 label.Text = Banana MySqlConnection conexao = new MySqlConnection();…