|
-
May 9th, 2013, 07:56 PM
#5
Re: MFC CRichEditView vs CRichEditCtrl
 Originally Posted by remstadt
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 interested in using h_Wnd.
What would be the benefit of deriving from CCtrlView?
In the link that Victor gave, Paul describes the differences in the section where he talks about the CCtrlView. Essentially CCtrlView adds a property and a couple of methods to CView. You certainly could add this to a class derived directly from CView, but what would that get you (since it's already done for you)?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|