Hello everybody,
I am creating this game in C# in which English alphabets (in the form of labels) fall from the top of the form to the bottom and I have to press the corresponding letter on the keyboard to score. I have used a timer, for now, to move two labels from top to bottom and I have used KeyUp and KeyDown events. The problem is to associate the key event with the timer.