Re: Control that displays LOTS of data without taking all memory

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Adam Clauss (cabadam_at_tamu.edu)
Date: 08/11/04


Date: Wed, 11 Aug 2004 13:06:57 -0500

Not sure if you need multiple columns, etc, but for a plain "List Box" this might do what you need:

http://www.vbaccelerator.com/home/NET/Code/Controls/ListBox_and_ComboBox/VListBox/article.asp

You might also try:
http://www.windowsforms.com/ControlGallery/ControlDetail.aspx?Control=214&tabindex=9

(I googled for "virtual listview") I knew the concept from C++/MFC, so figured there had to be a way to do it in C#.

-- 
Adam Clauss
cabadam@tamu.edu
"VMI" <vonchi_m@yahoo.com> wrote in message news:O2FeOz8fEHA.3416@TK2MSFTNGP09.phx.gbl...
> Is there a Windows control that will let me display lots of data (80MB of
> data in ascii file) without taking all the memory? I tried it with a
> datagrid but its datasource (in my case, a datatable) must be stored to
> memory in order to display it. I also tried with a listview and I thought it
> would've worked but I also noticed that the application's memory usage kept
> on rising (similar to the datagrid) to the point that Windows' virtual
> memory popup would be displayed.
> Is there any control that will let me just display data without having to
> store it in memory so that no matter how much data I need to display, the
> memory usage will remain more or less the same?
>
> Thanks.
>
>


Relevant Pages

  • Re: What could be causing a slowdown across the board?
    ... is nowhere near maxed, memory usage is not maxed, drive activity is ... it can display memory paging as it occurs. ...
    (comp.sys.mac.system)
  • TP 6.0 Request.: SVGA BGI / Unit + Graphics conversion + Memory usage
    ... => a way to display any modern type graphics files ... Mostly memory trouble. ... my problem is I do not know how to display the ... but on most websites the extended memeory info is based on DOS ...
    (comp.lang.pascal.borland)
  • Re: Text overlay on image then Save to JPEG with reasonable DPI for Online printshop
    ... > Let's suppose I have an image of 1500 X 1500 pixels of which I ... picture at the top right of the card, or whether it is actually the card ... memory (an invisible VB picture box or a memory bitmap or DIBSection or ... What you "display to the user" while he is ...
    (comp.lang.basic.visual.misc)
  • Re: Support of a large table
    ... >> display different parts within different controls of a vb app. ... >> One part of the XML file identifies information about processor cylces. ... >> demanding on memory. ... > Try to open it in vb with DOM first. ...
    (comp.lang.basic.visual.misc)
  • Re: Draw Performance Improvement
    ... > same bit depth and bit masks as the primary display driver. ... > and not the display card's video memory. ... For the display hardware to ...
    (microsoft.public.windowsce.platbuilder)