class CMySheet : public CPropertySheet
{
.....
CMySheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
CMySheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
......
}
在主程序view中CMySheet* m_sheet;
然后再创建m_sheet
问题是我创建了半天老出错,指点一下啊