L
Le Khai Hoan
Guest
Hi,
I am working on a Desktop Application.
.NET 4.6.1
I set default IME mode to
TextBox txt1 = new TextBox();
txt1.ImeMode = ImeMode.Katakana.
I run this application and switch input method to Japanese IME.
When i focus to txt1, IME mode always be set to Hiragana.
This phenomenon occurred only on Windows 10. I have tried on Windows 7 an it works fine.
I think this is a bug come from Windows 10. I want to know if there is any windows update package to fix this problem?
Continue reading...
I am working on a Desktop Application.
.NET 4.6.1
I set default IME mode to
TextBox txt1 = new TextBox();
txt1.ImeMode = ImeMode.Katakana.
I run this application and switch input method to Japanese IME.
When i focus to txt1, IME mode always be set to Hiragana.
This phenomenon occurred only on Windows 10. I have tried on Windows 7 an it works fine.
I think this is a bug come from Windows 10. I want to know if there is any windows update package to fix this problem?
Continue reading...