class CMyEdit : public CEdit { public:CMyEdit() {} virtual ~CMyEdit(){} public:void operator =(const CString &sText){ SetWindowText(sText);} };