Hi there.

I'm quite new here so bear with me please.

I'm using C# .net and I'm trying to create an application (windows forms).
Just want to ask, how do i manipulate keyboard events in C# in a User Control within the form?

Here's a bit of my code:

In my Form.cs :

Code:
    public partial class Form1 : Form
    {
        public Form1()
...