Fast Possibiliy to Display e.g. last 1000 lines of text
Hello,
I have a question. At the moment I make a logging framework and for that I have to display (in realtime) in a window the last 100 lines of Text.What is the best solution to do that?
At the moment I use a Queue...what is the best solution to display text (TextBox?), which takes a lot of lines?
Best regards
Hansjörg
Re: Fast Possibiliy to Display e.g. last 1000 lines of text
Quote:
Originally Posted by hansipet
Hello,
I have a question. At the moment I make a logging framework and for that I have to display (in realtime) in a window the last 100 lines of Text.What is the best solution to do that?
At the moment I use a Queue...what is the best solution to display text (TextBox?), which takes a lot of lines?
Best regards
Hansjörg
I can find an alternative for the moment but if you are going with collections use the generic ones because are faster.
Re: Fast Possibiliy to Display e.g. last 1000 lines of text
The same question was asking in the previews 2-3 weeks. Take a look at the threads, you'll find it.