Results 1 to 2 of 2

Thread: auto scroll-down textbox

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Posts
    146

    auto scroll-down textbox

    I have a multi-lined textbox. New strings are constantly added into it throughout the execution of the program.

    How do I make the textbox automatically scroll-down to the bottom whenever a new string is appended to it? (just like the text-box in a chatting program)..


    I hope you guys understand what I mean.

    Please help me.

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Re: auto scroll-down textbox

    VB Code:
    1. Text1.SelStart = Len(Text1.Text)

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