0
C# windows form application
How to write code for spelling game in c# windows form
4 Réponses
+ 1
You can create dictionary with your words and then do all with them. Check for mistakes and other
+ 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:)
+ 1
you can also check all words from your dictionary
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?