I need to send output in my program to a textbox on one of my forms. I use that textbox kinda like an event log. New data sent to it is appended to the text already there. Everytime data is sent, the textbox scrolls itself back up to the top- how do I make it autoscroll to the bottom of the text? Thanks!!!

Jeff