VC++/Winapi/bitmap

Very much even urgently it is necessary !!!

It is necessary to make notepad with bitmap as in http://www.sdteam.com/?tid=202.
I have own edit, but without inserting bitmap & I can't insert myself. I ask you to help me write work, i.e. insert in my work bitmap (respond me by xman777@list.ru), then I send you my work.
I doubt anyone will do that work for you (unless you are willing to hire him for it).

You will need to implement the IRichEditOle interface to manage non-text objects in the control.
http://msdn.microsoft.com/en-us/library/bb774306(VS.85).aspx

Here is an example of how to do that using MFC
http://www.codeproject.com/KB/edit/COleRichEditCtrl.aspx

You can also directly edit the RTF text itself to include an image
http://www.delphi3000.com/articles/article_1819.asp?SK=richedit
(The link uses Delphi, but it is reasonably clear to read.)

The details of an RTF document can be found from one of the links on this site:
http://ru.wikipedia.org/wiki/Rich_Text_Format

Good luck.
Topic archived. No new replies allowed.