randomly selecting a word from a text file
Hi everyone
I'm still new in the c# programming.Can you please help on how I can randomly select words from a word document??I'm trying a hangman application(a simple one with now paintings)
(client/Server)Application
What must happen is that, a server must randomly select a word from a word document and display it on a textbox.When the client connect to the server, it must then count the alphabets on the selected word and then but _(according to the word that was selected) for the user to guess the word
Thank you in advance