i want to make a richedit control that allow japanese text.
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.
Posted on 2001-11-25 09:12:57 by gael