Results 1 to 2 of 2

Thread: Working with ANSI strings

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2002
    Posts
    145

    Working with ANSI strings

    How to convert string in Unicode format to the ANSI one?
    I try to do it using StrConv but every time I get '???'
    Is it possible to work in VB with ANSI format?
    Generally, I need strings in ANSI format for passing them to C++ DLL that expects ANSI strings only...

  2. #2
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    should be possible using StrConv and vbFromUnicode as parameter... that what you did ?
    -= a peet post =-

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