标签:max mfc tle div pre amp class bsp 不能
2,在里面就可以修改初始窗口大小和窗口名字
BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs)
{
if( !CFrameWnd::PreCreateWindow(cs) )
return FALSE;
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
cs.cx=500;
cs.cy=500;
return TRUE;
}
标签:max mfc tle div pre amp class bsp 不能
原文地址:http://www.cnblogs.com/thunder-wu/p/5988218.html