Displaying a large amount of data quickly (VB6)

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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
.



Relevant Pages

  • Re: SQL Server 2000 Performance - 10K vs. 15K
    ... Not a lot slower, but still slower -- and you know ... Log files and data files on separate raid ... OS and Log array is RAID 1 on channel 0, ...
    (microsoft.public.sqlserver.setup)
  • Re: SQL Server 2000 Performance - 10K vs. 15K
    ... Not a lot slower, but still slower -- and you know ... Log files and data files on separate raid ... OS and Log array is RAID 1 on channel 0, ...
    (microsoft.public.sqlserver.setup)
  • Re: Concurent (using threads) slower than sequential -doubt
    ... Since the threads I created really resides as an array that holds ... the thread based program run slower. ... the same physical device ATA disk). ...
    (comp.lang.ruby)
  • Re: Can somebody explain this
    ... the time it takes to reference the collection in the 'slower' method, ... the innerText property was changed. ... > than reaching the element with an Array of the P_Elements that was created ... > Why are accesses with the collection returned from the tags method ...
    (microsoft.public.scripting.jscript)
  • Re: Cross-language challenge (of POSSIBLE interest)
    ... I moved the table and it ran slower. ... The dictionary has to be exported into an array to read ... and the array has been sorted by a Quicksort which I ... to the running time. ...
    (comp.lang.cobol)