|
-
Mar 11th, 2000, 12:37 AM
#1
Thread Starter
Lively Member
I am using the text box control and I want the text box to display text in a number of lines ,that I decide on.
I tried using chr(13) in the text property but that gave an unrecognized character and did not do the job.
Is there a way to tell the text box that the next line of text I want to insert is in the next line??
Thanks.
Dan.
-
Mar 11th, 2000, 01:35 AM
#2
Frenzied Member
Set the textbox set to MultiLine.
-
Mar 11th, 2000, 03:13 AM
#3
Lively Member
text1.text = var & vbcrlf & var
-
Mar 11th, 2000, 03:25 AM
#4
Fanatic Member
IF i understand your post correctly u should be able to do it this way
Text1.text = Text1.text & Message & vbNewLine
Hope this helps
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
|