I have a background worker control that is set to perform a task, and update a multiline text box on my main UI using a delegate procedure. this is all working perfectly, howeve
xxx.SetFocus ' xxx = the name of the textbox
SendKeys "^{END}" ' pop to last line