|
谢谢
在app的InitInstance()中的
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();
的后面,我添加的
CEthrTstDlg pgEthrTst;////////////函数结束后,这个对象就销毁了.当然消失啦
m_shtTstRslt.SetTitle(_T("Test Result"), 0);
m_shtTstRslt.AddPage(&pgEthrTst);
m_shtTstRslt.Create(NULL, -1, 0); //或者m_shtTstRslt.Create(m_pMainWnd, -1, 0);
|
|