
Our application developed in VB6 that is mainly support Traditional Chinese.
Recently, we want the application to support multilingual (mostly Asian languages) so that the TextBoxes that are currently using must be changed in order to support unicode.
I have used EditCtlsLibUCtl.TextBox component and it has no problem on displaying words from different languages.
Unfortunately, when I try to input some words from different languages by IMEs, the outputted text on EditCtlsLibUCtl.TextBox is not worked as expected.
After some tries, I discovered that this problem occurs when the parent form 'KeyPreview' property is set to 'True'.
I would like to know whether it is a known issue or it is possible to fix in the coming version?
Thanks for you help!
