ok ive found what i was looking for. heres all i needed
RichTextBox1.AppendText(newText)
RichTextBox1.SelectionStart = Len(RichTextBox1.Text)
RichTextBox1.ScrollToCaret()
RichTextBox1.Select()
i dont understand why ms couldnt make is simple and include it in the IDE