|
-
May 15th, 2011, 07:31 AM
#2
Re: Rich text Box cursor set.
You can do one of two things:
RichTextBox1.SelStart = Len(RichTextBox1.Text)
or
RichTextBox1.Text = RichTextBox1.Text & "blah"
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
|