摘要: 试试这里吧! 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 | W... 阅读全文
posted @ 2012-10-23 11:17 xxheart 阅读(192) 评论(0) 推荐(0)