Chris B.
March 2nd, 2001, 10:33 AM
I was looking at the MSDN ASCII code's and I didn't see one for the "Delete" key. The closest thing I could find was code 127. That is a combination of the ctrl + backspace keys. As far a functionality goes that works, but I want this to react to the actual delete key. The Windows calculator is a good example. Hit the delete key and that clears the text box. I even tried to use the keypress event but when the delete key is pressed it doesn't fire off. Does anyone have any ideas on how to catch the delete key?
Thanks
Thanks