thank you for your reply
user language is ok.
today i found that, when use my activex in VB or VC , it is OK.
But In DOT NET winform , it does not.
It is so confused me !!
"Christian Fröschlin" wrote:
Quote:
nightsky wrote:
The Acitvex Ctrl has en Edit Window taking character. when i input character
like chinese or japanese, the edit window CAN NOT display the right charater.
Well, if your ActiveX control doesn't support Unicode, it doesn't
support Unicode. That's not uncommon for native controls. It should
be able to display, e.g., Japanese characters, if you set both the
system default and the user language to Japanese, reboot, and use
JIS encoding for the text (possibly also need to specify font). |