The information in this article applies to:
SYMPTOMS
On the Japanese version of Windows NT 3.51 and Windows 95, using the
MSIME95 as the Input Method Editor, if a process creates a second thread,
the second thread, in turn, creates a window, while the primary thread's
main window remains the foreground window. When this occurs, the user
cannot change the IME status settings for the primary thread.
RESOLUTIONTo prevent this problem from occurring, immediately after the window of the second thread is created, use SetForegroundWindow() to set the window of the second thread as the foreground window very briefly, and then set the main window of the primary thread as the foreground window again, as follows:
STATUSThis behavior is by design. Additional query words: 3.51 4.00 Input method editor FE
Keywords : kbIntlDev |
Last Reviewed: January 19, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |