Title is No Title

not very good here!

导航

2004年3月29日 #

how to delte minimize and max button in right upper!

摘要: BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs){ cs.style &= ~(WS_MINIMIZEBOX|WS_MAXIMIZEBOX); //cs.style|=WS_MAXIMIZEBOX; if( !CFrameWnd::PreCreateWindow(cs) ) return FALSE; // TODO: Modify th... 阅读全文

posted @ 2004-03-29 16:52 abraham 阅读(553) 评论(1) 推荐(0)

how to delte minimize and max button in right upper!

摘要: BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs){ cs.style &= ~(WS_MINIMIZEBOX|WS_MAXIMIZEBOX); //cs.style|=WS_MAXIMIZEBOX; if( !CFrameWnd::PreCreateWindow(cs) ) return FALSE; // TODO: Modify th... 阅读全文

posted @ 2004-03-29 16:52 abraham 阅读(538) 评论(1) 推荐(0)