RichTextbox/Textbox classes

is the somthing that can be used in the textbox class that has the same funtion as "RichTextBox.GetPositionFromCharIndex"?
[145 byte] By [Smacker] at [2007-12-16]
# 1

To my knowledge there is not a way with an existing textbox class method to determine the position from a character...I believe the closest you will get is 'SelectionStart' which just shows the starting position of the selected text. I believe you will have to use the RTB or extend the textbox

DMan1 at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms General...