hook problems

K

Kostatus

I created a WH_KEYBOARD hook, it works with virtual keys but it does not
seem to capture any WM_CHAR messages. Is there any way to override my
default WM_CHAR event in the same way that the WH_KEYBOARD hook does it for
WM_KEYDOWN and WM_KEYUP?
 
K

Kevin Goodsell

Kostatus said:
I created a WH_KEYBOARD hook, it works with virtual keys but it does not
seem to capture any WM_CHAR messages. Is there any way to override my
default WM_CHAR event in the same way that the WH_KEYBOARD hook does it for
WM_KEYDOWN and WM_KEYUP?

The solution to your problem can be found here:

http://www.slack.net/~shiva/welcome.txt

-Kevin
 
G

Greg P.

| I created a WH_KEYBOARD hook, it works with virtual keys but it does not
| seem to capture any WM_CHAR messages. Is there any way to override my
| default WM_CHAR event in the same way that the WH_KEYBOARD hook does it |
for WM_KEYDOWN and WM_KEYUP?

The standard C++ language has no concept of hooks. Please ask in an
appropriate newsgroup (such as comp.os.ms-windows.programmer.win32)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top