|
-
August 28th, 2010, 09:32 PM
#1
Is it possible to catch VK_DELETE when procsessing WM_CHAR?
As we know, usually VK_DELETE will be caught when processing WM_KEYDOWN. Is there any way to catch VK_DELETE when processing WM_CHAR? Thanks for your inputs.
-
August 29th, 2010, 06:36 AM
#2
Re: Is it possible to catch VK_DELETE when procsessing WM_CHAR?
-
August 29th, 2010, 11:05 AM
#3
Re: Is it possible to catch VK_DELETE when procsessing WM_CHAR?
 Originally Posted by Skizmo
What do you mean? Could you explain it more? Thanks for your inputs.
-
August 29th, 2010, 01:47 PM
#4
Re: Is it possible to catch VK_DELETE when procsessing WM_CHAR?
Try to handle WM_KEYDOWN instead.
Victor Nijegorodov
-
August 29th, 2010, 01:51 PM
#5
Re: Is it possible to catch VK_DELETE when procsessing WM_CHAR?
 Originally Posted by VictorN
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.
-
August 29th, 2010, 02:26 PM
#6
Re: Is it possible to catch VK_DELETE when procsessing WM_CHAR?
 Originally Posted by dullboy
What do you mean? Could you explain it more? Thanks for your inputs.
It the helppage that describes what you can do with the WM_CHAR message. It tells you if you can catch the VK_DELETE.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|