INFO: Enabling IME windows Causes Focus Problems (169482)



The information in this article applies to:

  • Microsoft Platform Software Development Kit (SDK) 1.0

This article was previously published under Q169482

SUMMARY

On Asian versions of Windows 95 or Windows NT, Input Method Editor (IME) is used to enter characters. Each thread of an application would have several IME windows (both visible and hidden windows), such as "Default IME","msime95main" and "Mode", attached to the thread. These IME windows have window style WS_POPUP|WS_DISABLE. It is very important that the application does not change the IME Windows styles, and does not try to enable the window by calling EnableWindow() on these IME windows.

If you change the IME Windows styles or try to enable the IME windows, the IME windows will steal focus from your application window and the IME status window or candidate window will be inaccessible by mouse clicks.

Modification Type:MinorLast Reviewed:7/11/2005
Keywords:kbinfo kbIntl kbIntlDev kbprogramming KB169482