Results 1 to 4 of 4

Thread: How to move to next line in a text box

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 1999
    Location
    u.s.a
    Posts
    127

    Post

    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.

  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845

    Post

    Set the textbox set to MultiLine.
    Mark
    -------------------

  3. #3
    Lively Member
    Join Date
    Mar 2000
    Posts
    82

    Post

    text1.text = var & vbcrlf & var

  4. #4
    Fanatic Member invitro's Avatar
    Join Date
    Jan 2000
    Location
    Outside your window
    Posts
    547

    Post

    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
  •  



Click Here to Expand Forum to Full Width