What is the maximum size of a ListBox, TextBox and RichTextBox?

UncleRonin

Well-known member
Joined
Feb 28, 2006
Messages
230
Location
South Africa
Programming Experience
5-10
I've never really run into a problem with this before but I'm working on an app that outputs a few hundred to a couple of thousand lines a second to either a ListBox, TextBox or RichTextBox. Each line contains somewhere between 100 and 200 characters (plain ASCII).

Does anyone know what the maximum size for these controls is? I read somewhere that a TextBox is something like 64 000 bytes or kilobytes.
 
Back
Top