|
-
Mar 27th, 2004, 01:22 PM
#1
Thread Starter
Junior Member
RichTextBox Curser
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|