Kenial-Computer Programming Daily Notes UserPreferences
 
Help Info Print View Search Diffs Edit
 À妽º   Ã£±â   Freeboard   Subjectless   Images   ÃÖ±Ù±Û 

Version as of 2003-07-01 23:47:46

Clear message


2003-06-25

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnw98bk/html/variablenameshungariannotation.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvsgen/html/hunganotat.asp
http://web.umr.edu/~cpp/common/hungarian.html
http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q173/7/38.ASP&NoWebContent=1

MS ³»¿¡¼­µµ Çë°¡¸®¾È Ç¥±â¹ýÀº ÀÇ°ßÀÌ ºÐºÐÇÑ °ÍÀ̾ú±¸³ª ;

2003-01-21

0x000FF5C0?
dos real mode¿¡¼­ÀÇ CMOS µ¥ÀÌÅÍ ÁÖ¼Ò.

2003-01-17

À©µµ µå¶óÀ̹ö °³¹ß

2003-01-13

void CTestView::OnDraw(CDC* pDC) 
{ 
        CTestDoc* pDoc = GetDocument(); 
        ASSERT_VALID(pDoc); 
        CString cstrTemp; 
        cstrTemp = pDC->GetRuntimeClass()->m_lpszClassName; 
        // TODO: add draw code for native data here 
} 
OnDraw
? ÇÔ¼öÀÇ ÀÎÀÚ·Î ³Ñ¾î¿À´Â DC´Â ¹«½¼ DCÀϱõ¼î? »ó»óÀ» Çغ¸½Ã±æ.

CPaintDC ÀÌ´Ù.
CView::OnPaint?¿¡¼­ È£ÃâµÊ. ¼Ò½º´Â ´ÙÀ½°ú °°À½ :

void CView::OnPaint() 
{ 
        // standard paint routine 
        CPaintDC dc(this); 
        OnPrepareDC(&dc); 
        OnDraw(&dc); 
} 
¿ö°¼­ À̵ý ÁþÀ» ÇßÀ»±î...

ã¾Æº¸´Ï OnDraw?()´Â OnPaint?().. Áï WM_PAINT ¸Þ½ÃÁö¸¦ ¹Þ¾ÒÀ»¶§¸¸ È£ÃâµÇ´Â°Ô ¾Æ´Ï¶ó,
OnPrint?() .. ÀÌ°Ç ¹º ¸Þ½ÃÁöÀÎÁö´Â ¸ð¸£°Ú´Ù¸¸ -_-; Á¿찣 ÇÁ¸°ÆÃÀ» ¼öÇàÇÏ´Â ¸Þ½ÃÁö¸¦
¹Þ¾ÒÀ»¶§µµ È£ÃâµÈ´Ù.

¾Æ¸¶µµ, È­¸é¿¡ ±×¸®µç ÇÁ¸°ÅÍ¿¡ ±×¸®µç.. ±×¸®´Â ³»¿ë¸¸À» OnDraw?()¿¡ Áý¾î³Ö¾î
ó¸®ÇÏ°íÀÚ ÇÏ´Â ¸ñÀûÀÌ ÀÖ´Â µí..

Âü°í·Î, OnPaint?()°¡ È£ÃâµÇ¾úÀ» ¶§ OnDraw?()¿¡ ³Ñ¾î¿À´Â °´Ã¼´Â °Á CDC´Ù.


ÇÁ·Î±×·¡¹ÖºÐ·ù ÀϱâºÐ·ù


PythonPowered EditText of this page (last modified 2003-07-01 23:47:46)
FindPage by browsing, searching, or an index
Or try one of these actions: DeletePage, DeleteUploadedFile, LikePages, SpellCheck, UploadFile