Hello! I have an edit box ( GUICtrlCreateEdit ), and I am logging there programm actions. I made it read-only, but user still can place a caret there. I need to append text to this edit box and scroll it down to the end, so user could see last logs. I tried two options, first one is: GUICtrlSetData($statusTextField, @CRLF & "Build started", 1) in this case everything works fine, until user will place a caret in different place on the edit box, so the text will be inserted there, not