Quote Originally Posted by scorrpeio View Post
How to display the text on new line everytime the updateData(FALSE) is executed?
First of all your edit control must have ES_MULTILINE style plus either ES_AUTOVSCROLL or ES_WANTRETURN (please, read the MSDN about using these styles).
Inserting "\r\n" in the text to be displayed in the edit control will cause the line break.
The editbox is in disable mode
It does not make any sense.