|
-
June 13th, 2007, 04:58 AM
#1
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
-
June 13th, 2007, 08:29 AM
#2
Re: Fast Possibiliy to Display e.g. last 1000 lines of text
 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.
Bogdan
If someone helped you then please Rate his post and mark the thread as Resolved
Please improve your messages appearance by using tags [ code] Place your code here [ /code]
-
June 13th, 2007, 09:25 AM
#3
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|