Click to See Complete Forum and Search --> : For WM_KEYUP


thleem
April 27th, 1999, 01:17 AM
I have one derived from CEdit class.
When DEL is being pressed, How can I count DEL keystroke in WM_KEYUP message or other messages.

Thank for reading this message !

Mike Wild
April 27th, 1999, 01:24 AM
Why not count VK_DELETE in OnChar?

Mike