Hi,
I want to use the class view to overload virtual member functions (no
message handlers) of my own class libary.
I am using VC++ 5.0.
There, it is possible to overload a virtual memberfunction, e.g.
>Create<, from a class, e.g. >CTestView<, which was derived from CView by pressing the right mousebutton on the CTestView icon in the classview window.
This feature is only supported for the MFC base classes.
Is there a possibility to add these feature to classes derived from my
own classes by editing a configuration file or by using the IDE ?
Thanks for the answer,
Markus