Cursor position in text box

  • Thread starter Thread starter JPSutor
  • Start date Start date
J

JPSutor

Does anyone know how to get the cursor position to stay to the right
of text in the txt box when you reformat it?
I need to reposition it on the right in the text box
 
JPSutor said:
Does anyone know how to get the cursor position to stay to the right
of text in the txt box when you reformat it?
I need to reposition it on the right in the text box


Take a look at the textbox' 'SelectionStart', 'SelectionLength', and
'Select' members.
 

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

Similar Threads

Access Textbox - Hide Cursor 0
Cursor Position 2
Oversensitive touchpad on modern laptops 0
Cursor position in TextBox 1
Jumpy cursor 6
contextmenu 2
List box Navigation buttons 1
Cursor position in RichEdit 2

Back
Top