BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs) { int style = cs.style; // Add WS_THICKFRAME to create re sizable border. style -= WS_THICKFRAME; cs.style = style; if( !CFrameWnd::PreCreateWindow(cs) ) .... }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)