Hi my name is Will and I am having a problem with a rich text box in my program. You see, I am working on an encryption and then I want to decrypt the text and put it into a text box. But the text can be larger than the text box so I have scroll bars. But every time I want the user to be able to update it, the text box starts from the top and they have to keep scrolling down and that can get very boring after a while. So what I need is to be able to make the text box scroll all the way to the bottom when it has a changed event. A good analagy would be AOL's IM's. They always scroll to the bottom when someone sends a message. Thank you for your help. It will be greatly appreciated!

-Will