How load an rtf file into RichEdit
I have been trying to streamin an rtf file that contains an image into RichEdit control. I have implemented the necessary streamin Callback and was able to load the file, but the image have refused to display. I think I have to provide some sort of storage by implementing IRichEditOleCallback::GetNewStorage interface but I don't know how and couldn't find an example code in C++ ( not MFC ). what's the right thing to do, and how.
Re: How load an rtf file into RichEdit
You are correct about implementation of IRichEditOleCallback::GetNewStorage. This is a common inquiry, and one representative thread is "Images dont show up in RichEditCtrl" at http://forums.codeguru.com/showthrea...n-RichEditCtrl