sockets, network streams, and richtextboxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

ok, ive been going at this for a couple months now and i cant figure it out.
i have a program the connects asyn to another comp with te same program using
TCP sockets. then i can send text back and forth, no problem. how can i send
text with formatting, like different fonts, styles, colors etc. ive tried
everything i casn think of but nothing seems to work....any help wiold b
awsome
 
You'll probably have to send it with tags, like html, and then do the
formatting at the other end.
 
Since you specifically mentioned a rich text box in your title ...
just use the ".rtf" property to get the formatted text string. Send the
string to your other program, and set the ".rtf" property on the other
side.

Shane Stewart
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top