Click here to Skip to main content
15,907,326 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I want to insert a rich edit control in a dialog application, that
contains drawings, bitmaps and formatted text, and how do I save all this content?
Posted
Updated 6-Feb-10 3:58am
v3

1 solution

It seems you can use CRichEditCtrl::StreamOut() function for using MFC applications and use EM_STREAMOUT for non-MFC. http://msdn.microsoft.com/en-us/library/b0k0ywek(VS.80).aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900