eric_r
Active member
- Joined
- Aug 30, 2006
- Messages
- 29
- Programming Experience
- Beginner
Im fairly new to VB.NET and I am making the infamous Hangman program.
So far Ive managed to draw a random word from a text file and display it in a label on form load, but what I really want to do is convert all of the characters to an underscore so they can't see it.
I am debating on that, or just letting a reader count the characters in the word and assign a certain amount of underscores to the label instead of converting anything.
Like I said, I am NEW so tips or direction would be much appreciated. If I could get ahold of my professor I would.
Thanks!
So far Ive managed to draw a random word from a text file and display it in a label on form load, but what I really want to do is convert all of the characters to an underscore so they can't see it.
I am debating on that, or just letting a reader count the characters in the word and assign a certain amount of underscores to the label instead of converting anything.
Like I said, I am NEW so tips or direction would be much appreciated. If I could get ahold of my professor I would.
Thanks!