Posts by Gian Lucca Dalle Cort • 133 points
4 posts
-
1
votes0
answers402
viewsQ: Pick up records on Datagridview and play on a label
Guys, my idea is this, I want to pick up records on a Datagridview and play on five Abels. Each one corresponds to a command, and these boxes will change to another record once clicked. Example:…
-
0
votes0
answers506
viewsQ: I want to put a background song in my project C#
Guys, this is the code I created, but when I press the button, the form simply hangs and nothing else works, I can only close it by Task Manager, but in the project no error is shown... public…
c#asked Gian Lucca Dalle Cort 133 -
0
votes1
answer222
viewsQ: Checkbox validation in another form
Hello, everybody. Probably my doubt is a little too silly, but I did not find much similar on the internet... Could you explain to me how I can call the value of a CheckBox to another form? My idea…
-
12
votes2
answers10649
viewsQ: Check if a word is within a sentence
There is how I check if a word is within a phrase described by the user? Ex: palavra = "criativo"; Phrase written by the user: "Eu sou criativo"…