You might try this question in...
microsoft.public.win32.programmer.international
There's alot of VB questions / answers there.
A good book that may help...
Internationalization with Visual Basic
http://www.i18nwithvb.com/
and..
Here's a couple free RTB replacements.
RichEdit control (uses RichED20.dll which is better for
internationalization)
http://www.domaindlx.com/e_morcillo/scripts/cod/default.asp?page=CTL
vbAccelerator RichEdit Control
http://vbaccelerator.com/codelib/richedit/richedit.htm
--
Ken Halter
MS-MVP-VB
Please keep it in the groups..
Quote:
> Hello all,
> I hv a problem on using the richtextbox to display the Korean Character.
> I try to use VB to import a XML file that contain Korean Character.
> when i import the data to a richtextbox . it just show ??? in WinXP
> environment.
> i hv try to install the NJStar to show the Korean string, it also can't
> show.
> I hv use Win98 to show the Korean String in the RichTextBox and using
> NJStar. The character can be shown
> Does any one help me ??
> Thanks