To get the present cursor psition you can use the textbox.SelectionStart
property (textbox1.Select( textbox.SelectionStart, 10 ).
If you use a richtextbox you will be able to change the color or font of the
selected text (richtextBox.SelectionColor, richtextBox.SelectionFont).
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.