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

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

本文简介:选择自 liukaven 的 blog

     {

         // just fill in the information, don't do it

         phandlerinfo->ptarget = ptarget;

         phandlerinfo->pmf = mmf.pfn;

         return true;

     }

 

     switch (nsig)

     {

     case afxsigcmd_v:

         // normal command or control notification

         assert(cn_command == 0);        // cn_command same as bn_clicked

         assert(pextra == null);

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

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

go top