Hey.
I'm pretty new to C# and programming overall.
I'm trying to make a Hangman game. Let's say the user want to make a guess at the letter "t". Then he should just have to press "t" on his keyboard and the form should recognize it. I currently can't even get the application to react to keys that are being pressed down.
Once I get this going I should be able to do the rest on my own so I really need help with this. Thanks!