Message Hook in OCX causes IME issue
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
For supporting Tab key navigation through controls in the popup dialog created in an OCX, I have implemented the message hook as described in Microsoft Help and Support Article ID: 187988[^] Now the IME for Japanese is not working fine. When the IME is enabled for input as Hiragana (or something), there is no proper result. I found that this is because the keyboard message is always altered in the hook procedure. Do anybody have come such a scenario and found a solution? Thank you.
- ns ami -