Results 1 to 3 of 3

Thread: Moving to the next line in a textbox (WITHOUT) pressing Enter (return)???

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Leeds, UK
    Posts
    287

    Post

    Hi,

    I would like to press a button that will make txtInput go to the next line, How would I do this???

  2. #2
    New Member
    Join Date
    Nov 1999
    Location
    Cebu, Philippines
    Posts
    15

    Post

    Try vbcrlf man!

  3. #3
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892

    Post

    MyTextBox.SelText = vbNewLine
    Or:
    MyTextBox.SelText = vbCrLf

    ------------------
    Yonatan
    Teenage Programmer
    E-Mail: [email protected]
    ICQ: 19552879
    AIM: RYoni69 (All the "good" names were taken)

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