I have a rich edit control, and whenever someone paste some text into the control, it paste in different sizes and fonts. How do i turn off all character formating in the control so its all the same font and size?
Printable View
I have a rich edit control, and whenever someone paste some text into the control, it paste in different sizes and fonts. How do i turn off all character formating in the control so its all the same font and size?
er, if you don't mind me asking, why are you using the rich edit control then? That is the whole point of it. Create a standard text box.
Good question. A normal edit control can only accept 64k's worth of characters. A RichEdit can accept something like 4 gigs, i think.