MFC Study 1 ¶
(2006. 7. 3.) ¶
¶
- , , ,
내 ¶
- C++ 대 대략 명
- MFC를 본 밍
- 디 목
- MFC를 메
- MFC를 메
내 ¶
¶
- MFC 밍 는데 본 는 5 .
- 무 . MFC를 면 끔 .(내)
(2006. 7. 7.) ¶
¶
- , , , , ,
내 ¶
- 메 물
- 매
- 매
- 3 램 . ( .;)
- Server ,
- Client ,
- 부능 ,
- Server ,
내 ¶
¶
~cpp
BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs)
{
if( !CFrameWnd::PreCreateWindow(cs) )
return FALSE;
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
cs.cx = 300;
cs.cy = 600;
cs.x = ::GetSystemMetrics(SM_CXSCREEN)-300;
cs.y = 0;
return TRUE;
}
- 메뉴바
- Resource Menu 부
- Separate : 는
- Pop-up : 메뉴를 더
- Separate : 는
- "말" 내
- Dialog 른 마 릭 -> Properties
- Dialog 른 마 릭 -> Properties
- Resource Menu 부
- 린 부 면 .










