Im a really big n00b at this, im making a hangman game for a school project and have gotten quite stuck. I need to somehow make lable boxes (most likely in an array) that are purely underlines appear for the hidden letters. A random word is picked from a list (all of which i have already). I need the number of underlines to equal the number of letters in the random word (i have a somewhat basic code to GET the number of letters) and then once the user selects a correct letter i need to have the proper letters replace the underscores. This is very confusing for me and would appreciate some help.