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
rtxt.SelStart = 0
Iain, thats with an i by the way!
And to make the cursor show once again: Code: RichTextBox1.SelStart = 0 RichTextBox1.SetFocus
RichTextBox1.SelStart = 0 RichTextBox1.SetFocus
Forum Rules