Any idea how to create a button that moves the cursor back to the begining of a rich text box?
Any help would be great!
Printable View
Any idea how to create a button that moves the cursor back to the begining of a rich text box?
Any help would be great!
Just full of questions today hey ;)
Code:rtxt.SelStart = 0
And to make the cursor show once again:
Code:RichTextBox1.SelStart = 0
RichTextBox1.SetFocus