Hi there, this is a pretty simple problem i think being that i want to detect when an arrow key is pressed, but the system doesn't seem to register them as key presses.
I have tried putting a function in the keypress function, to output the ascii code for the last keypress, but it doesn't register when an arrow is pressed, also what do VbKeyLeft/right/up/down denote?

Thanks for any help, Piers