Results 1 to 2 of 2

Thread: How do I make a multiline text box scroll with the text?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 1999
    Location
    Lindenwold, NJ, USA
    Posts
    67
    How do I make a multiline text box scroll with the text?
    I mean it just has the text go down but the scrollbar automaticly goes back up and you cant see the last thing that was put on the text box
    Frankie Weindel
    VB 6 Learning Edtion SP3

  2. #2
    Guest
    Code:
    Private Sub Command1_Click()
    Text1.SelStart = Len(Text1.Text)
    End Sub

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