Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Dnx07
  • Order by date
  1. Dnx07

    How to get unicode encoding string

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

    How to get unicode encoding string

    the problem is that i don't know wich is the character ends the string. regards
  3. Dnx07

    How to get unicode encoding string

    sorry, i was mistaken, i reduced from 128 to 64 and not 20.
  4. Dnx07

    How to get unicode encoding string

    String :( i reduced the byte array from 128 to 20 and it seems to be more stable but sometimes i still have string garbage :( regards
  5. Dnx07

    How to get unicode encoding string

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

    Appdomain and trap error

    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.

Part and Inventory Search

Back
Top