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.0145 sec