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)
浙公网安备 33010602011771号