CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: remstadt

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    8,659

    Re: MFC CRichEditView vs CRichEditCtrl

    SHouldn't this trick still be possible if you derived a custom class directly from CView, instead of deriving from CCtrlView? Since They are both derived from CWnd (eventually) and you're only...
  2. Replies
    4
    Views
    8,659

    Re: MFC CRichEditView vs CRichEditCtrl

    Wow that article was dead on, thank you VictorN.
  3. Replies
    4
    Views
    8,659

    MFC CRichEditView vs CRichEditCtrl

    I was looking at the source code of CRichEditView::GetRichEditCtrl and it looks like they are type casting the view into a ctrl (even though there is no inheritence or subobject of the appropriate...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured