C# windows form application | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

C# windows form application

How to write code for spelling game in c# windows form

4th Jan 2019, 12:24 AM
Anupama
Anupama - avatar
4 Respostas
+ 1
You can create dictionary with your words and then do all with them. Check for mistakes and other
4th Jan 2019, 2:14 AM
_yaroslavv [online_everyday]
_yaroslavv [online_everyday] - avatar
+ 1
okay, u have TextBox example. if you want to check your words you must write if(example.Text == "yourword") return true; I hope, you understand:)
4th Jan 2019, 11:54 AM
_yaroslavv [online_everyday]
_yaroslavv [online_everyday] - avatar
+ 1
you can also check all words from your dictionary
4th Jan 2019, 11:55 AM
_yaroslavv [online_everyday]
_yaroslavv [online_everyday] - avatar
0
entering the word in textbox and clicking submit botton ,message box will appear correct or wrong how to link the events in c# windows form any help pls?
4th Jan 2019, 8:45 AM
Anupama
Anupama - avatar