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 strongm 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
  • Content: Threads
  • Order by date
  1. 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...
  2. 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