I want to get the entire text in a rich edit control as a CString something like GetDlgItemText but this is for dialog boxes. The closest thing i can find from my research is:
If you want to retrieve the complete RTF text you Need to use EM_STREAMOUT (enough samples in the net).