What is the way to capture arrow keys in KeyPress Event in c#?
I am trying e.KeyChar.. but no luck,.. it seems that keypress event doesn't trigger on arrow keys.... (left,right,up,down)