Quote Originally Posted by VictorN View Post
Try to handle WM_KEYDOWN instead.
I know WM_KEYDOWN will catch VK_DELETE for sure but I am just curious if it is possible to catch in WM_CHAR. Thanks for your inputs.