Click here to Skip to main content
15,887,821 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I must write:

C++
m_Edit.SetWindowText(_T("ciao ciao ciao /r/n ciao ciao"));


because I must go to head in m_edit

What I have tried:

I tried \r\n but it doesn't work, it writes "ciao ciao ciao ciao ciao"
Posted
Updated 14-Oct-20 23:49pm

1 solution

I solved, I selected option multiline in edit
 
Share this answer
 
Comments
Patrice T 15-Oct-20 8:24am    
Accept your own solution to say question is solved.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900