Re: TextBox multiline: howto add new line "light"



Giacomo,
I have to ask: You user has to read 50,000 lines of a log file ?

NickHK

"Giacomo" <no_spam@xxxxxxxxx>
???????:op.td2ny0kpt6znx9@xxxxxxxxxxxxxxxxxxxxxxxx
Hi,

I must show a log in a form...
how is it possible to append a new line to a multiline TextBox?

With a low number of lines I've used:

Text1.Text = Text1.Text & "CodiceBadge modificato:" & Codice

But it's to heavy when there're a lot of line (50,000 in my problem).

Thanks for your suggestions,
Giacomo

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


.



Relevant Pages

  • Re: writing to a log reliably
    ... There's no difference in the code below for Replace and Append! ... But how do I write to a log file reliably? ... logline2 = timelogline ... Call Stream log_name, 'C', 'OPEN WRITE REPLACE' ...
    (comp.lang.rexx)
  • Re: [fw-wiz] More Syslog Questions
    ... > The only problem I have with chattr +a is that if an intruder gains ... > and the replace the append only attribute, ... > done to the log file. ...
    (Firewall-Wizards)
  • Re: Trimming the appended FileStream
    ... Just open a file in OpenOrCreate mode and then use FileStream.Seekto append new text to the end of log file. ... {private const string LOGGER = "LOGGER> "; ... if (consoleOutput) Console.WriteLine; ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Can not format to FAT32???
    ... - interactive DOS Scandisk; save log, always Append ... - your log file is C:\Scandisk.log ... - no ChkDsk interactive mode exists ...
    (microsoft.public.windowsxp.general)
  • Re: Two simultaneous write accesses to a text file
    ... :> something like a log file then the log file grows one line at a time. ... :> HOWEVER that only helps with simple text files where you can append things ... If there is buffering, ... The file is opened in append mode. ...
    (comp.lang.php)