I write example here for some reason is don't work
can anyone help me out here? thank you
Printable View
I write example here for some reason is don't work
can anyone help me out here? thank you
What does "don't work" mean? What does it do that it's not supposed to do? What doesn't it do that it i supposed to do? Are you getting errors? If so, what errors and on what lines?
I've attached a zip of your files, because most people can't handle rar files.
Attachment 55894
using string send file or image with vb only wrok on in english windows
if using chinese windows string char most of char will so chr(0) and i have to use byte to send.
Because VB controls don't handle Unicode characters, so you have to send each byte separately. That's how VB works. It's not Winsock or your code that isn't working, it's VB that doesn't work on Unicode unless you write code to handle Unicode.