Link to home
Start Free TrialLog in
Avatar of MarcoHelmers
MarcoHelmers

asked on

New Line in EditBox

I want to send some text to an editbox and do not know how to achieve a line break. It does not work with \n. What do I have to do ?
ASKER CERTIFIED SOLUTION
Avatar of Answers2000
Answers2000

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Answers2000
Answers2000

Sorry I just realized I should probably explain multi-line style.

It's ES_MULTILINE

set in when you CreateWindow the edit, or for dialog based edits on the Styles option on Edit Properties for the edit control in the resource editor.