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