Hi all,
I want to read a Rich Text Format file and get texts form it only. So, what I have done is according to RTF specification start to code detecting tags. Actually it is too hard, because RTF format has more that 1000 tags. If I going to find each of them it will take a long time.
So I want to do it in shorter time. Can I do it with CRichEditCtrl?