新开博客
<div id="cnblogs_post_body">试试这里吧!<div class="cnblogs_code" style="height: 233px; width: 61.89%;"> 1 BOOL CChildFrame1::PreCreateWindow(CREATESTRUCT& cs) 2 { 3 // TODO: Modify the Window class or styles here by modifying the CREATESTRUCT cs 4 if( !CMDIChildWndEx::PreCreateWindow(cs) ) 5 return FALSE; 6 7 cs.style = WS_CHILD | WS_VISIBLE | WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU 8 | FWS_ADDTOTITLE | WS_THICKFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_MAXIMIZE; 9 10 11 return TRUE;12 }
页:
[1]