Hi, How can I display a CString value in an MFC Edit Box Control with carriage returns ("\r"
without having the box show them as a vertical black line?
All the carriage returns in my string work fine when viewed in a static control. How can I safely display CString values in a multiline CEdit Box control without the string concatenating all carriage returns with the string?
Any help will be greatly appreciated. Thanks!
All the carriage returns in my string work fine when viewed in a static control. How can I safely display CString values in a multiline CEdit Box control without the string concatenating all carriage returns with the string?
Any help will be greatly appreciated. Thanks!