Is there a simple way to prevent RTF extensions from being used on a RichTextBox? Currently, when _Change() is called, I reset all styles (.SelFont, .SelBold, .SelColor, etcetera) to maintain my default font settings.
So you want it to somehow whipe away all set rtf parameters each time the change event is called?
Quote from: MesiaH on December 15, 2003, 03:45 PM
So you want it to somehow whipe away all set rtf parameters each time the change event is called?
That's what I'm doing manually. But it tends to be slow. I rather just have it not allow any RTF to be entered at all, but I'd still like to use a RichTextBox.