Displaying a large amount of data quickly (VB6)
- From: Tom Bates <noneedto@xxxxxxxx>
- Date: Wed, 13 Jul 2005 06:07:37 -0400
I need to make a very large list (up to 250,000 lines) of array
entries visible to the user as quickly as possible. I found that a
standard text box can't hold that much data, so I am now using a rich
text box. It works, but it takes a long time to load.
It takes so long that I was prompted to implement a "Loading..."
indicator along with a progress bar. By so doing, I can now see that
it gets slower and slower as more data is appended. The mouse also
does an annoying flicker between hourglass and normal while this is
going on. I did provide the user with a way to bail out of this.
But the question is: Is there a quicker way? One that eliminates the
mouse flicker problem?
Thanks
Tom
.
- Follow-Ups:
- Re: Displaying a large amount of data quickly (VB6)
- From: Tom Bates
- Re: Displaying a large amount of data quickly (VB6)
- From: Rick Rothstein
- Re: Displaying a large amount of data quickly (VB6)
- Prev by Date: Re: Problem with a DataGrid
- Next by Date: Re: Displaying a large amount of data quickly (VB6)
- Previous by thread: how do I transfer a file that is on my PC to a server?
- Next by thread: Re: Displaying a large amount of data quickly (VB6)
- Index(es):
Relevant Pages
|