Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maximum number of lines in a multi-line textbox
Message
 
À
16/06/2005 15:23:33
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
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:
01024104
Vues:
18
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