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...
