Hi Click Team forums,

I'm working on a chat application and I need to allow some specific text color formatting.

I'm trying to allow a user to change the color of text in an edit box (rich text or edit box extension). The catch is, I don't want to change all of the text to the specified color. I only want to change the color of selected or highlighted text. If I can get this going, I also want to send that text (with the formatted color) to another text box.

If this is possible, I'll have to go a step further and be able to grab the colored stings. I can do this when I assign it, but it may be helpful to look for it if I have to. This is extra though, I really just need to color selected text, and then be able to output this formatted text on another text box.

Thanks in advance.