如题,源码如下:int iLen = m_MsgCtl.GetWindowTextLength();
m_MsgCtl.SetSel(iLen, iLen);
m_MsgCtl.ReplaceSel("abcdefg");
m_MsgCtl.LineScroll(1);  //换行(其中m_MsgCtl类型是CRichEditCtrl)
怎么不能换行呢?
希望各位高手赐教,多谢!