|
-
May 12th, 1999, 09:52 AM
#1
how do I define a new line for edit box
I have a multi-line edit box. Currently I type something like the following;
m_edit1 = "text, text, text";
UpdateData(FALSE);
and text appears in the edit box. I want to type alot of text though and when
I do that, it all appears on the first line only. How can I declare a new line in the
edit box?
When I type
m_edit1 = "text, text, text \n
newtext";
I get errors!
Any response anyone can give me will be greatly appreciated.
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
|