U E D R , A S I H C RSS

MFC Study2006/1주차

MFC Study 1

(2006. 7. 3.)

  • , , ,

  • C++ 대략
  • MFC를 기본 로그래밍
  • 디 목
    • MFC를

다. ;; -

  • MFC 로그래밍 는데 기본되는 5개 .
  • 다. MFC를 게끔 .(가내)

  • 봤는데 리가 는것보다 것 같. 다 보겠다. -

(2006. 7. 7.)


  • , , , , 규,

  • 로 결과물 결


  • 3로 나 로그램 기. (뽑기로 결.ㅜㅜ;)
    • Server ,
    • Client , 규
    • 부가기능 ,

  • 1
    • 기본 메 (3)
    • Message
    • 로그 & 로그

  • 기본
    메신저기본스펙.JPG

  • : CMainFrame -> PreCreateWindow()

~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 : 메뉴를 더
    • "말" 박
      • Dialog 릭 -> Properties

  • 빠뜨린 부 .

  • 그림 그냥 려고 그리긴 만. 당..ㅜㅜ -
----
MFCStudy2006
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:23:41
Processing time 0.0143 sec