温故而知新,学习MFC框架如何创建的过程[23]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 liukaven 的 blog

 

loadframe之后view窗口将被创建出来,接着进入到cmditestdoc::onnewdocument中,现在仅仅是一个空的函数,没有特定代码。

bool cmditestdoc::onnewdocument()

{

   trace("cmditestdoc::onnewdocument() entry\n");

     if (!cdocument::onnewdocument())

         return false;

 

     // todo: 在此添加重新初始化代码

     // (sdi 文档将重用该文档)

 

     return true;

}

本文关键:温故而知新,学习MFC框架如何创建的过程
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top