How to repair IME in my application
-
I'm working with a MFC program based on DHTMLDialog in visual studio 2010, one problem is that sometimes IME is disabled in my program, which means I can only input English(no chinese) in it, another is that sometimes chinese can be input but the IME candidate window don't appear.(:confused:) one cause of the first problem found is that flash disabled IME of the program via some C api. How can I repair it? I try to use WINNLSEnableIME but seems to be no effective Regards, buaaxiao
-
I'm working with a MFC program based on DHTMLDialog in visual studio 2010, one problem is that sometimes IME is disabled in my program, which means I can only input English(no chinese) in it, another is that sometimes chinese can be input but the IME candidate window don't appear.(:confused:) one cause of the first problem found is that flash disabled IME of the program via some C api. How can I repair it? I try to use WINNLSEnableIME but seems to be no effective Regards, buaaxiao