Unicode IME with EditControls problem
Posted: 29 Mar 2012, 11:23
First of all, thank you for your great control suite that made VB6 developers life easier
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!
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!