
CEdit Multiline Control, adding new lines.
I need a screen to scroll applicatoin messages into.
I wanted to use a multiline CEdit control to do it.
I use ReplaceSel to put the new text into the box, but,
all the text comes out on one line. How to I get each new message
to come out on a new line?
I tried appending "\r" to each message, but just got an unprintable
character at the end of the line.
Dan Oxender