CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: unicode

  1. #1
    Guest

    unicode

    HOw can I read special charaters(unicode) from a file using Visual Basic?


    Thanks in advance

    Hel


  2. #2
    Guest

    Re: unicode

    I'm not sure, but try something along the lines of

    mystring=StrConv(Unicodestring,vbFromUnicode)



    Hope this gives you a start


  3. #3
    Guest

    Re: unicode

    Would you please give the prototype of "StrConv". Actually i want to convert simple 2-byte characters read from the file into integers and write them in another file. would "StrConv" help. And in
    mystring = StrConv (Unicodestring, vbFromUnicode)


    what are "Unicodestring" & "vbFromUnicode"?


  4. #4
    Join Date
    Dec 1999
    Posts
    128

    Re: unicode

    Ahem...

    This is not an API function friend. It's a VB built-in function.

    just type StrConv in a code window and then press F1.

    -------------------------
    Nick A.

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