Results 1 to 3 of 3

Thread: moving the cursor back to the start of a rich text box

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Posts
    183
    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!

  2. #2
    Fanatic Member
    Join Date
    Mar 2000
    Location
    That posh bit of England known as Buckinghamshire
    Posts
    658
    Just full of questions today hey

    Code:
    rtxt.SelStart = 0
    Iain, thats with an i by the way!

  3. #3
    Guest
    And to make the cursor show once again:

    Code:
    RichTextBox1.SelStart = 0
    RichTextBox1.SetFocus

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width