int length=m_edit1.GetWindowTextLength();m_edit1.SetSel(length,length); 也可以用m_edit1.LineScroll(MAXINT_PTR);