标题:CMainFrame::Create(......)在运行时为何不执行
取消只看楼主
jpg4151
Rank: 1
等 级:新手上路
帖 子:80
专家分:0
注 册:2006-3-12
 问题点数:0 回复次数:2 
CMainFrame::Create(......)在运行时为何不执行
BOOL CMainFrame::Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName,
DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext)
{
// TODO: Add your specialized code here and/or call the base class
AfxMessageBox("CMainFrame::Create");
return CWnd::Create(lpszClassName, lpszWindowName, dwStyle, rect, pParentWnd, nID, pContext);
}
书上说在运行时将弹出提示框 可实际运行时为何不产生提示框?
搜索更多相关主题的帖子: Create CMainFrame 运行 CWnd rect 
2006-03-19 17:29
jpg4151
Rank: 1
等 级:新手上路
帖 子:80
专家分:0
注 册:2006-3-12
得分:0 
书上说CMainFrame::Create(......)在运行时为会不执行 可我上机时却发现执行不了 这是什么原因?恳请各位指教
2006-03-23 18:51
jpg4151
Rank: 1
等 级:新手上路
帖 子:80
专家分:0
注 册:2006-3-12
得分:0 

照你怎么说程序在运行时确实没有执行CMainFrame::Create(......)

2006-03-25 11:20



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-51397-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.820783 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved