Yes you can - To have these keys raise the KeyDown event, you must override the IsInputKey method in each control on your form. Read the link.
Since your code calls it from the TextBox1_KeyDown event you need to call it from the form that has focus.
Stuugie commented: At least you know what he/she means. +5
Minimalist 96 Posting Pro