Thanks for the help be neither of those ways is how i chose to do it.
I dont have the proj saved at home, but for future refrense that if you use the password char it will not allow you to change it back when they guess the correct letter
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