i would like to know how to create MDI application by not using appwizard
i have declare class following code below
class CWin : public CMDIFrameWnd{
public:
CWin();
~CWin();
};
class CWinchild : public CMDIChildWnd{
public:
CWinchild();
~CWinchild();
};
CWin::CWin(){...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.