Move the cursor to Certain Position in RichtTextBox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
Is there anyway to move the cursot to a position in rich text box?
thanks
Al
 
Al said:
Is there anyway to move the cursot to a position in rich text box?

Take a look at the textbox's 'SelectionStart' property and the overloaded
'Select' method.
 
Set its SelectionStart property.

Hi,
Is there anyway to move the cursot to a position in rich text box?
thanks
Al
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top