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