MFC: Best way to get text from a CRichEdit?

Posted by Rosarch on Stack Overflow See other posts from Stack Overflow or by Rosarch
Published on 2010-06-02T17:51:55Z Indexed on 2010/06/02 18:24 UTC
Read the original article Hit count: 81

Filed under:
|
|

I've got a CRichEdit that I need to get the text from. What is the best way to do that? GETTEXTEX? StreamOut? If I go the StreamOut approach, what would my callback look like?

© Stack Overflow or respective owner

Related posts about c++

Related posts about mfc