Is there some special way to put a return character in a RichEditCtrl? I can't seem to do it using CString((char)13);
Printable View
Is there some special way to put a return character in a RichEditCtrl? I can't seem to do it using CString((char)13);
I think you have to use "\r\n" in your code (or maybe the other way around) - I have a foggy memory of this.
Roger Allen