Results 1 to 2 of 2

Thread: (rich)TextBox for output/status/chat

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Posts
    102

    Post

    this 1 is a little problem which i couldn't find elegant solution to.
    i'd like to implement a text box which get filled out automatically, not by the user (like from a chat or a status).
    the requirements:
    1. it should scroll down automatically.
    2. err... that's it i guess.

    ideas?
    thankyou,itay.

  2. #2
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088

    Post

    Hm..
    I don't know if that works with a RTBox too, but try this:

    -
    RichTextBox1.SelStart = Len(RichTextBox1.Text)
    -

    ------------------
    [email protected]
    ...
    Every program can be reduced to one instruction which doesn't work.



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