E D R , A S I H C RSS

BackLinks search for "CreateEdit"

BackLinks of CreateEdit


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 5인용C++스터디/에디트박스와콤보박스
          CreateEdit라는 프로젝트를 만들어보자. 폼뷰가 아닌 일반 뷰에 에디트를 배치하려면 뷰가 생성될 때 (WM_CREATE) OnCreate에서 에디트를 생성시키면 된다. 우선 뷰의 헤더파일을 열어 CEdit형 포인터를 선언한다.
         class CCreateEditView : public CView
          CCreateEditView();
          DECLARE_DYNCREATE(CCreateEditView)
          CCreateEditDoc* GetDocument();
         int CCreateEditView::OnCreate(LPCREATESTRUCT lpCreateStruct)
         void CCreateEditView::OnDestroy()
         BEGIN_MESSAGE_MAP(CCreateEditView, CView)
          //{{AFX_MSG_MAP((CCreateEditView)
          //{{AFX_MSG(CCreateEditView)
         void CCreateEditView::OnChangeEdit1()
Found 1 matching page out of 7544 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.0192 sec