Cursor positioning in TextBox

  • Thread starter Thread starter Dmitry Karneyev
  • Start date Start date
If you know the position of your symbol, you can do:

this.yourTextBox.Focus(); // Not necessary
this.yourTextBox.Select(positionOfYourSymbol,0);

Best regards,
 

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