|
-
May 6th, 2003, 02:29 AM
#1
Thread Starter
Addicted Member
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...
-
May 6th, 2003, 02:36 AM
#2
-= B u g S l a y e r =-
should be possible using StrConv and vbFromUnicode as parameter... that what you did ?
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
|