Results 1 to 2 of 2

Thread: TextBox Question....

  1. #1

    Thread Starter
    Addicted Member Smie's Avatar
    Join Date
    Jun 1999
    Location
    Columbus, OH
    Posts
    249

    Question

    How would I automaticaly scroll to the bottom of a multiline textbox? thanks a bunch!

  2. #2
    Guest
    Use the Textbox's SelStart property.

    Code:
    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