04-25-2017, 03:44 PM
setwintext does not move the text cursor to the end.
One of ways to scroll to the bottom:
SendMessage id(3 hDlg) WM_VSCROLL SB_BOTTOM 0
One of ways to scroll to the bottom:
SendMessage id(3 hDlg) WM_VSCROLL SB_BOTTOM 0