
How to let Full control using dialog template?
Composite control will use a dialog template, but full control can not.
Do you have some smart method to do it?
I have got 2 methods:
1.
I changed some code produced by Full Control Wizard, such as
Change CMyCtl public:...
...
CComControl<CMyCtl> to
public CComControlBase,public CDialogImpl<T>
Because the ComControl<T> public CConControlBase, CWindowImpl<T>
2.It is just thinking.
under WM_CREATE, create a child window from the dialog template.