up
B
buaaxiao
@buaaxiao
Posts
-
How to repair IME in my application -
How to repair IME in my applicationI'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
-
String with \r in the endchar test[20]; strcpy(test, "abcde"); strcat(test, "*"); printf("%s\n", test); now the output is abcde* '\r' means the new line will start at the begin of the same line and the former characters will be covered off