|
-
December 3rd, 1998, 11:54 AM
#1
Unicode support for VB for Help
Hi,
I need to develop an application in NT 4.0 Chinese version. The most of Chinese word will have both BIG-5 code and UNICODE code. But some Chinese word only has UNICODE. Those Chinese words that have both BIG-5 code and UNICODE code can display correctly in VB TextBox Control. The others Chinese words that only has UNICODE code can not display correctly in VB TextBox Control. But, we can type this Chinese word in both notepad.exe and Microsoft Word 97 and cannot in wordpad.exe.
When I used VB to build my application, I found that it cannot support UNICODE, too. So it display garbages when I type a chinese word in textbox control.
How can I do? ..... Used VC++ to build a TextBox control to support Unicode for myself? or someone have good idea about UNICODE support for VB.
Thanks a lot.
David
-
December 4th, 1998, 04:59 AM
#2
Re: Unicode support for VB for Help
Since Visual Basic version 5 is COM inside and out,they chose Unicode as the internal format.
Look this page:
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|