|
-
January 20th, 2009, 04:23 AM
#2
Re: EditBox problem
 Originally Posted by scorrpeio
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.
Victor Nijegorodov
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|