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.
 
Back
Top