2005年5月12日

关于获得MFC窗口其它类指针的方法(CSDN)

摘要: 访问应用程序的其它类获得CWinApp: -在CMainFrame,CChildFrame,CDocument,CView中直接调用AfxGetApp()或用theApp -在其它类中只能用AfxGetApp()获得CMainFrame: -在CMinApp中用AfxGetMainWnd()或者m_pMainWnd -在CChildFrame中可用GetPa... 阅读全文

posted @ 2005-05-12 12:24 孔曰成仁,孟曰取义 阅读(2591) 评论(3) 推荐(0) 编辑

导航