标签: c++ wtl cedit
必须有更好的方法从多行CEdit控件获取文本,而不是使用GetLineCount()然后循环遍历所有行并将GetLine(i)附加到累加器的末尾串。还有比这更好的方法吗?
GetLineCount()
GetLine(i)
答案 0 :(得分:1)
使用CWindow::GetWindowText()和CWindow::GetWindowTextLength()
CWindow::GetWindowText()
CWindow::GetWindowTextLength()