delbert Harry
June 7th, 1999, 11:16 AM
Is there some special way to put a return character in a RichEditCtrl? I can't seem to do it using CString((char)13);
|
Click to See Complete Forum and Search --> : Add a new line to a RichEditCtrl delbert Harry June 7th, 1999, 11:16 AM Is there some special way to put a return character in a RichEditCtrl? I can't seem to do it using CString((char)13); Roger Allen June 7th, 1999, 11:19 AM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |