Home > Software engineering >  How to edit box MFC multi-line text content!!!!!!!!!!
How to edit box MFC multi-line text content!!!!!!!!!!

Time:09-29

Have multiline is set to TRUE, but still can't realize the multiple lines of text input, can only achieve a single input, the great god help resolve


CodePudding user response:

This feature was actually yeah,
You can choose in the text box control multiline (lines) that a can.
Then on the selected want return (allowed to enter) this is ok.

CodePudding user response:

 
Cstrings STR (" multiline display \ n ");
STR +="second line \ n";
Dlg - & gt; GetDlgItem (IDC_EDIT1) - & gt; ShowWindowText (STR);

CodePudding user response:

Yourself \ r \ n line output,

Automatic switch,

CodePudding user response:

Multiline=true
Auto hscroll=false

CodePudding user response:

reference 4 floor appsion response:
multiline=true
Auto hscroll=false

Positive solution! Set the success!
  • Related