Hi,

How do we detect arrow keys(up,down,left,right) in a vb.net application? Also, what are the code values for these keys?

The application consists of a form that has an image control on it. When the user presses the right or left arrow keys, the image is supposed to move to the right or left.