I am trying to make a hangman project where it will pull a random word from a text file and then display the word in a text box. Obviously with the point of Hangman the letters cant be visable so I want for each letter of the word a "*" to appear
for example
fish = ****
dog = ***
Ok now with that said i have a random word sitting in a string called myWord I just need to display that word with asterics in txtWord.text
If you guys could help me get past this bump id appreciate it
for example
fish = ****
dog = ***
Ok now with that said i have a random word sitting in a string called myWord I just need to display that word with asterics in txtWord.text
If you guys could help me get past this bump id appreciate it