How can you insert text into a TextBox at the current cursor position?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
Text can be inserted at the current cursor position of a
|
|||
|
|
Let's assume your text box is named:
Example:
EDIT: Just for the clarification: SelLength will return 0 if no character has been selected and than you can use SelStart to get current position. This is what you should test:
|
||||
|