Memory usage of ListView in VB6

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?
 
C

Cor Ligthert

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top