📄 subject_53349.htm
字号:
<p>
序号:53349 发表者:鹏程 发表日期:2003-09-19 00:59:16
<br>主题:请高手进来,谢谢
<br>内容:在MFC的启动过程中,为什么下面的函数不执行??<BR><BR>BOOL CMainFrame::Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext) <BR>{<BR> // TODO: Add your specialized code here and/or call the base class<BR> //***********************************************<BR> AfxMessageBox("NO.5: CMainFrame::Create(...).");//添加记号!!<BR> //***********************************************<BR> <BR> 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -