Programming/MFC
제목 표시줄에 "제목 없음 - " 지우기
_Erato
2006. 4. 14. 18:05
CMainFrame::PreCreateWindow에서
cs.style &= ~FWS_ADDTOTITLE;
한줄로 끝~