Results 1 to 6 of 6

Thread: winsock, richtext

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 1999
    Location
    Australia
    Posts
    115
    did you include the formatting chars when you send the text?

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    probably not, could you please explain?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 1999
    Location
    Australia
    Posts
    115
    Have you worked with very primitive word editors where you have to insert codes to format your text? eg the tags in HTML codes, if you have written HTML without the help of fancy GUI WYSIWIG tools.

    So, instead of sending the just the text of the rich text box, you should include the text with formatting codes. Check TextRTF property.

    I haven't really worked with sending/receiving formatted text in rich text boxes, so I'm not sure about this...

    Please let me know if this works.

  4. #4
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091

    Unhappy

    not getting anywhere yet, can someone go a little more in depth with help?

  5. #5
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091

    Red face

    can no one help me?!?

  6. #6
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Ok calm down all you have to do is change any references to the RTB.Text to RTB.TextRTF this will include all the original formating.

    So unless you want to post some code then instead of sending RTB.text as a string through winsock to the client send the RTB.TextRTF and on the receiving end have them accept it as RTB.TextRTF.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width