i am using a richtextbox and have the following code:
VB Code:
  1. clientLogTxtBox.SelectionLength = 0
  2. clientLogTxtBox.SelectionStart = clientLogTxtBox.Text.Length
  3. clientLogTxtBox.ScrollToCaret()
what's wrong in here? i have a lot of text and it doesnt go to the end of the richtextbox..