I found the character that end the string
it's the ascii code 0 or 655533
that is weird...
sometimes there is still some garbage but less than before.
regards
Hi experts,
i use socket to receive string in unicode format
it works, i can receive and decode text using this :
ReDim bytes(128)
bytesReceived = mySocket.Receive(bytes, bytes.Length, SocketFlags.None)
eventReceived = System.Text.Encoding.Unicode.GetString(bytes, 0...
Hi,
i would like to launch an application (exe) in a separate appdomain but i don't know how to detect if the exe get error or crash or closed manually or unexpetedly.
Is it possible?
Thank you,
Kind regards.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.