BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs){ if( !CFrameWnd::PreCreateWindow(cs) ) return FALSE; cs.style &= ~0x00010000; //ich weiss nicht warum - aber es klappt return TRUE;}