I have an richedit control on my dialog,
wen I paste the copied formatted text in my clipboard on it, the text format is preserved,
But if I put it in a CString variable, and paste it on the control, the colors go away, even when I use streamin/out to do that.

