展开全部
BOOL CXxApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable, you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CXxDlg dlg;
m_pMainWnd = &dlg;
请看最后一行代码m_pMainWnd = &dlg;,也即是在向导生成代码的时候会根据向导设置,将m_pMainWnd指向主对话框(基于对话框的项目)或CMainFrame(基于文档/视图的项目)。
后期基本不会直接用到该指针(除非在App类里面),其他地方需要获取主窗口句柄时,一般使用AfxGetMainWnd函数。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询