Results 1 to 4 of 4

Thread: Autoscrolling in RTB

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2009
    Location
    New Zealand
    Posts
    241

    Question Autoscrolling in RTB

    Hey,

    How do I scroll down 1 line at a time in a RTB?
    Like when someone presses space I want it to scroll down 1 line.

    Thanks!

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    May 2009
    Location
    New Zealand
    Posts
    241

    Re: Autoscrolling in RTB

    Does anyone know if this is possible?

    Thanks!

  3. #3
    Addicted Member
    Join Date
    Aug 2008
    Posts
    136

    Re: Autoscrolling in RTB

    Code:
    Private Sub RichTextBox1_Change()
        RichTextBox1.SelStart = Len(RichTextBox1.Text)
    End Sub

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    May 2009
    Location
    New Zealand
    Posts
    241

    Re: Autoscrolling in RTB

    Hey

    That scrolls right to the bottom.
    Im looking to scroll down 1 line.

    Any other ideas?

    Thanks!

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