2006/12/23 19:24

Step 1
[code type=css]
   BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs)

   cs.style &= ~FWS_ADDTOTITLE ;    /* 디폴트 제목 삭제 */
[/code]

Step 2
[code type=css]
   int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)

   SetWindowText(" 제목 입력 ")
[/code]
Posted by 상만닷컴