Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maximum number of lines in a multi-line textbox
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Versions des environnements
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Divers
Thread ID:
01023442
Message ID:
01024112
Vues:
23
Mike,
I have no problem adding one million lines to my TextBox. I also tried 100 million lines but then I got a system out of memory exception LOL
Are you talking about million of lines of 100 of million of lines?

>How do you populate the TextBox? Using the Text property? The Text property is a String type and the limit for a String type is around 2 billion characters so that might be the limit.
>How do you append a new log line to your TextBox? Are you using the StringBuilder or just a String?
>I would just keep 500 (or 1000) lines in the TextBox and then write the lod log lines to a text file.
>
>Einar
>
>
>>I am using it to log a process that is going on. It seems that after so many lines, it just stops outputting. I don't have a count though...
Semper ubi sub ubi.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform