April 22nd, 1999, 01:18 PM
I created a CEDIT multiline control, If want to go to second line to type something, it doesn't work when hit return, I must hit "ctrl-return". is there any way so that I can hit return to go to next line?
another problem is if I have a initial string, I want it show up in multiline edit control, it's always shown in one line, for example, the initial string is "string 1\nstring 2", I want it to be in edit like this:
string 1
string 2
but it doesn't, it shows in one line with a strange character in between
another problem is if I have a initial string, I want it show up in multiline edit control, it's always shown in one line, for example, the initial string is "string 1\nstring 2", I want it to be in edit like this:
string 1
string 2
but it doesn't, it shows in one line with a strange character in between