我是在切分窗口中想要获得一页面的指针 在属性表中的一个页
 CMainFrame* pFrame=static_cast<CMainFrame*>(AfxGetMainWnd());//茯得主框架
contentView* psheet = 
 static_cast<contentView*>(pFrame->m_HSplitter.GetPane(1,0));  
psheet->m_sheet.m_history.SetDlgItemText(IDC_SA,str);
contentView 继承CVIEW类 这个指针因该指向属性表对象
m_history是属性表里的一个页.
如果是messagebox就能将str传递过去 如果其他的就不行了 我获得的指针对么