I have made an ATL control (ActiveX) and I can display it easily in MFC CDialog
. Now I need to display it in CView
of MFC single document project by using the code (just like the picture below).
Don't use CForm
because my customer don't need it. They need exactly Control display in CView
by code.
Are there any tutorial or suggestion for this task?