Prueba con esto:hey Neo veía la respuesta que diste y aprobecho para ver si me saco una vieja duda, que me parece que tiene algo que ver con esto.
Esto en el Form1:Código: Text
this.KeyPreview = true; this.KeyPress += new KeyPressEventHandler(teclado);
Luego la función:Código: Text
private void teclado(Object sender, KeyPressEventArgs e) { //Acá el código }