I want to use the keypress event on a form so that when the user presses the right or left arrow my cmdNext and cmdPrevious buttons will execute accordingly. If I use the form's keypress event it won't work cause the focus goes into the various textboxes or buttons on the form. How do I do it?
