I've been trying to copy from rich text control.
Everything is fine when selecting and using CTRL+ C from the rich text control, then CTRL + V in other programs like MS Word.
Although if I try using a button using the copy function Ex: on select: Copy(dcStem.HtmlText), then paste it into other programs, all the HTML tags are pasted, and MS Word or others do not apply the formatting.
Is it any way to emulate the CTRL+ C from the rich text control, I'm guessing the Copy function messes with the original encoding, and now MS Word assumes is plain text.