The Page Up and Page Down keys are typically used to move text up and down one screenful, but they can be programmed to do anything. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction ...
I've written a little image viewer program in C#. It uses PgDn and PgUp as hotkeys to move backward and forward through the list of images and that all works fine. Currently I'm using the KeyUp event ...