since I dont have vb on this machine i cant test it, but try something like this...

Code:
'In a textbox keypress event
msgbox "Ascii = " & keycode
I think that keycode is an argument to this event (?). Run the project and click the delete key. Might work.

[Edited by seaweed on 03-24-2000 at 01:32 AM]