this is not the VB 6 newsgroup, this is for VB.NET, and please stop multi
posting it will not help you.. try searching on google, you will find more
then you will hear, being you are in the wrong place to start with..
I have spent a lot of time in this area, here is what I've found
VB6 controls are NOT Unicode
VB6 internally uses unicode strings
Going in and out of VB6 automatically converts strings from unicode to ansi
which will screw you up badly,
SO always use byte arrays on controls like Winsock or MSComm.
Use byteArrays for Windows API's
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.