subject_53349.htm

来自「vc」· HTM 代码 · 共 4 行

HTM
4
字号
<p>
序号:53349 发表者:鹏程 发表日期:2003-09-19 00:59:16
<br>主题:请高手进来,谢谢
<br>内容:在MFC的启动过程中,为什么下面的函数不执行??<BR><BR>BOOL CMainFrame::Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT&amp; rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext) <BR>{<BR>&nbsp;&nbsp;&nbsp;&nbsp;// TODO: Add your specialized code here and/or call the base class<BR>&nbsp;&nbsp;&nbsp;&nbsp;//***********************************************<BR>&nbsp;&nbsp;&nbsp;&nbsp;AfxMessageBox(&#34;NO.5: CMainFrame::Create(...).&#34;);//添加记号!!<BR>&nbsp;&nbsp;&nbsp;&nbsp;//***********************************************<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;return CWnd::Create(lpszClassName, lpszWindowName, dwStyle, rect, pParentWnd, nID, pContext);<BR>}<BR><BR><BR><BR><BR><BR><BR>2003-9-19 1:00:52

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?