I am working on a computer simulator which when the application starts it simulates the boot of process of a device. Using a richtextbox I am able to display the bootup process, using a timer.

But....What I need to be able to do is to get the curser to be displayed at the end (Scrolling down) and accept an input from the keyboard.


For example the last line that I have is..

RixhTextBox1.Text = "Login"

I can not figure out how to get the RichTextBox to scroll to the last line, via code, place a curser after the text "Login" and then accept an input from the keyboard

Thanks for any help, I would be willing to go about this anotherway if necessary.