fast way to find the index of the first letter in a richTextBox?
-
A regular expression. Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer
-
A regular expression. Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer
-
Yes, you need the position of the letter, we understood this in your first posting. But unless you're telling us exactly what you want we'll have to guess what you mean. If you want the location of the first character in a RichTextBox on your screen your should use
RichTextBox.GetPositionFromCharIndex()
. mav -
Yes, you need the position of the letter, we understood this in your first posting. But unless you're telling us exactly what you want we'll have to guess what you mean. If you want the location of the first character in a RichTextBox on your screen your should use
RichTextBox.GetPositionFromCharIndex()
. mav