i want to make a richedit control that allow japanese text.
All work fine except the selection of japanse type :
with this, i've japanese keyboardlayout loaded =>OK.
But i want to have "Hiragana type" for IME, and "Direct input" is the default selection.
How can i change this under win2k?
There is no possibility to change default selection of "Direct input" in property.
thx.
All work fine except the selection of japanse type :
.DATA
JAP db "e0010411",0
.CODE
invoke LoadKeyboardLayoutA, addr JAP, KLF_ACTIVATE
with this, i've japanese keyboardlayout loaded =>OK.
But i want to have "Hiragana type" for IME, and "Direct input" is the default selection.
How can i change this under win2k?
There is no possibility to change default selection of "Direct input" in property.
thx.