Page 1 of 1

Problem with WM_CHAR vs. WM_KEYDOWN on some devices

PostPosted: May 29, 2007 @ 1:50pm
by drgoldie

PostPosted: May 31, 2007 @ 1:23pm
by drgoldie
I was actually able to solve the problem calling

HIMC hC = ImmGetContext(m_hwnd);
ImmSetOpenStatus(hC, TRUE);

after window creation...

Daniel