autoscroll to bottom of multiline textbox being updated by backgroundworker

后端 未结 2 872
隐瞒了意图╮
隐瞒了意图╮ 2021-02-13 02:15

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

2条回答
  •  心在旅途
    2021-02-13 02:46

    xxx.SetFocus ' xxx = the name of the textbox

    SendKeys "^{END}" ' pop to last line

提交回复
热议问题