I'm trying to retrieve the input context with ImmGetContext() but it always
returns NULL. Anybody that knows what could be wrong?
Regards
Andreas
Your unknown source code... maybe you should post the relevant fragments of
it? :)
- Sten
Simon Hayden
http://www.AutoUpdatePlus.com
Get software updates to your clients the Quick and Easy way!
Latest Version ==========>>> Client Computer
HWND hWnd = GetForegroundWindow();
HIMC himc = ImmGetContext(hWnd);
And ImmGetContext() always returns NULL. Note that I'm not the owner of the
foreground window if that has something to do with it.
/Andreas
"Simon" <sup...@autoupdateplus.com> skrev i meddelandet
news:8bfaa276.04090...@posting.google.com...