I need to send a string over TPC/IP, and receiving end will listen for a string and read to a terminator which is ASCII 3. How can I put this in plain text into a textboks?
As Dimitrov said, do something like
textarea.Text += (Char) 3;
or
String text = textarea.Text + (Char) 3;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With