With this simple miniprogram you can check out the keycode of a button you have pressed.
You only need a Form to get the program going.
Once you started the program and you use a button on your keyboard, the keycode is printed.
The Code
PUBLIC SUB Form_KeyRelease() PRINT key.code END
-- ReinerHoffmann - 09 Aug 2004