00001 // MyEdit.cpp : implementation file 00002 // 00003 00004 #include "stdafx.h" 00005 #include "test3.h" 00006 #include "MyEdit.h" 00007 00008 00009 // MyEdit 00010 00011 IMPLEMENT_DYNAMIC(MyEdit, CRichEditCtrl) 00012 MyEdit::MyEdit() 00013 { 00014 } 00015 00016 MyEdit::~MyEdit() 00017 { 00018 } 00019 00020 00021 BEGIN_MESSAGE_MAP(MyEdit, CRichEditCtrl) 00022 END_MESSAGE_MAP() 00023 00024 00025 00026 // MyEdit message handlers 00027