private
public
RichTextBox
rtb.TextChanged +=
}
{
rtb.SelectionStart = index;
rtb.SelectionLength = token.Length;
rtb.SelectionColor =
rtb.SelectionFont =
rtb.SelectionLength = length;
index += token.Length;
rtb.SelectionStart = selectionStart;
rtb.SelectionLength = selectionLength;
} Again, a lot of this code is not mine, but Duncan Harris' This code works when not moved into a new class. Sorry for the large amount of code, it is just the problem area.Thanks for any help you can give.