Hello,
We all know that the TextBox control has a character limit of
32,000...
Is there a way to exceed this limit?
Printable View
Hello,
We all know that the TextBox control has a character limit of
32,000...
Is there a way to exceed this limit?
I've wondered about that before; maybe you could try another control like a rich text box?
Yeah, i wish i could.... but i would then need the RTB not to be
able to accept Rich Text.... so i need to be able to either exceed
the 32,000 character limit or make the RichTextBox incabable of
getting Rich Text.
whenever the textbox changes, you could set RichTextBox.Text = RichTextBox.Text, which removes all the formatting... not sure if it'd work right though.
hmm, it MIGHT work, but i have an idea ;) THanx guys, laterz.