Valhalla Legends Forums Archive | Visual Basic Programming | RichTextBox

AuthorMessageTime
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.
December 12, 2003, 9:26 PM
MesiaH
So you want it to somehow whipe away all set rtf parameters each time the change event is called?
December 15, 2003, 9:45 PM
Spht
[quote author=MesiaH link=board=31;threadid=4201;start=0#msg35555 date=1071524700]
So you want it to somehow whipe away all set rtf parameters each time the change event is called?
[/quote]

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.
December 15, 2003, 10:11 PM

Search