CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    1

    Rich Edit and COM

    I am streaming in an RTF file that has embedded bitmaps and the bitmaps are never displayed in the control. I think that I need to implement the IRichEditOleCallback interface for the bitmaps to be displayed. Does anyone know how to do this?


  2. #2
    Join Date
    May 1999
    Posts
    5

    Re: Rich Edit and COM

    Wordpad is actually an MFC sample that uses CRichEditView (and therefore CRichEditCtrl) and includes all the Ole code to get the most out of a Rich Edit control.

    I'm developing a log window using a CRichEditCtrl and the Wordpad example was very useful. I'm not using any of the Ole functionallity (yet), but I know it's all there.

    To find the sample just type "wordpad" into your MSDN/VCHelp index or try the online MSDN (my MSDN was broken when I started the project, so I know its available through the web).

    Chris Tracy

    Research Programmer and Student
    University of IL at Urbana/Champaign

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured