Ok, here's the deal...text streaming into a rich text box. It seams the text box (even if there's no scroll bar) will store the ENTIRE text ammount, not just the visible portion. For speed's sake, I only want the visible portion to be shown...I tried using the MaxLength option, but that will stop text from being added to the bottom...I then tried using len() to see if it was over a certain amount, and if so, chop the top, but that made the text jump around when it happened, and slowed it up CONSIDERABLY...any other ideas on how I can go about this? Thanks.
rob
rob