G
Guest
I'm trying to make a commandline type text box using a RichTextBox.
I currently have it to the state where formating scrolling works so that I
can highlight text (this just uses the SelectionStart, SelectionLength, and
SelectionColor properties).
However when I try and remove text from the textbox all my formating is
trashed. Is there any way of removing text from a text box and keeping the
formating on the text, or saving the formating and reapplying it after
removal?
Thanks
I currently have it to the state where formating scrolling works so that I
can highlight text (this just uses the SelectionStart, SelectionLength, and
SelectionColor properties).
However when I try and remove text from the textbox all my formating is
trashed. Is there any way of removing text from a text box and keeping the
formating on the text, or saving the formating and reapplying it after
removal?
Thanks