单文档中视图与文档的相互

SDI:
doc:
 POSITION p = GetFirstViewPosition();
  if(p != NULL)
  {
   m_strTemplateContent = strContent;
   CView * pView = GetNextView(p);
   pView->UpdateWindow();
  }
view:
 重载OnUpdata函数,并作相应的处理。

posted @ 2013-09-02 18:51  Fly Hawk  阅读(160)  评论(0编辑  收藏  举报