• Welcome to Valhalla Legends Archive.
 

RichTextBox

Started by Spht, December 12, 2003, 03:26 PM

Previous topic - Next topic

Spht

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.

Mesiah / haiseM

So you want it to somehow whipe away all set rtf parameters each time the change event is called?
]HighBrow Innovations
Coming soon...

AIM Online Status: 

Spht

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.