Hallo !

I have some views which handle partly the same commands (e.g. every view has a "OnEditCopy") in the same way.

Thus I want to share that code in a common base class, but my views derive from different base-classes (CRichEditView, CEditView, CTextView...).

Normally it's impossible with MFC to have two base-classes which both derive from CWnd

=> Does anybody know a solution for this ??

Thanks,
CORCOR