So I have this label, textbox and button, all in this in the Connect Four game that I’m programming.
My goal is to have the player enter their name in the textbox, then click the button, and have the label equal the word in the textbox, but with each letter of the word being on a different line in the label.
So how do I do this?
Something like this?