CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    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



  2. #2
    Join Date
    Dec 1998
    Posts
    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
  •  





Click Here to Expand Forum to Full Width

Featured