
up arrow, down arrow, left arrow, right arrow
Yes, the form, and I am pretty sure I have keypreview as true, but I'll
check that.
Tom
Quote:
> Where do you have you on keydown event? for the form? That should work
> provided you set frm.KeyPreview = true.
> > I am trying to intercept the aforementioned keys and am having problems.
> > Neither the keydown event nor the keypressed event are invoked for these
> > four keys, ironically the only four I care about.
> > Any suggestions on how I can do it?
> > Thanks,
> > Tom