Memory usage of ListView in VB6

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear Sir,
I have a program to gather real-time test data from test instrument and
display with Listview, but the data elements may >300000. So, memory usage
will unexpected large.
I have tried to remove some elements with timer, but the memory usage
doesn't have apparent reduced.
How could I do to reduce the memory usage?
 
Hakon,

Creating more than 300000 rows on a screen, did you ever tried what is the
effect in windows explorer with that? (Which is on the right part a
listview)

Cor
 
Back
Top