PDA

Click to See Complete Forum and Search --> : Rich Edit Format


ChimpFace9000
Feb 23rd, 2001, 03:49 PM
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?

Lord Orwell
Feb 27th, 2001, 12:47 AM
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.

Feb 27th, 2001, 01:11 AM
Good question. A normal edit control can only accept 64k's worth of characters. A RichEdit can accept something like 4 gigs, i think.