IME window question -
02-22-2006
, 08:07 PM
I wrote a text input aware control. in C# 2.0, inheriting from SWF.Control.
Users eventually use the IME input window to enter text.
I would like to be able to do just like Notepad (or the text boxes), that is
position the IME window at the position of the caret and set its font to the
current selection's font.
How do I do that?
C++ tips welcome as well ;-) |