SDI在
int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
CenterWindow( GetDesktopWindow());
}
SDI相关代码片段展示
博客展示了一段与SDI相关的代码,代码位于int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)函数中,函数内执行了CenterWindow( GetDesktopWindow());操作。
SDI在
int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
CenterWindow( GetDesktopWindow());
}

被折叠的 条评论
为什么被折叠?