Quote: "Its pretty simple to make a DBPro program that will display the scancode for any key you press.
"
Haha yeah, see attached, might help you...
And source for the learners...
REM Project: Scan Code Operator
REM Created: 17/08/2008 2:56:45 p.m.
REM
REM ***** Main Source File *****
REM
Rem this will show the scan code of the keypress you enter.
sync off
backdrop on
do
Key = scancode()
text 10, 10, "ScanCode of pressed key: " + str$(Key)
text 10, 30, "ASCII Code: " + str$(asc(inkey$()))
text 10, 80, "Push anykey to view the scancode"
text 10, 100, "of the key, programmed by Rampage."
text 10, 200, "FPS: " + str$(screen fps())
loop
Rem End of Code
"Welcome to the forums, MasterXMP. Your game looks like garbage..." - Game Maker