Programming/MFC [에디트박스] 에디트 박스 내용 자동 스크롤 푸어맨 2016. 9. 7. 17:22 CEdit m_edit_serial_operation; void SerialDlg::WriteOperationTxT(CString txt) { m_edit_serial_operation.ReplaceSel(txt); m_edit_serial_operation.ReplaceSel(_T("\r\n")); m_edit_serial_operation.LineScroll( m_edit_serial_operation.GetLineCount() ); }