Click here to Skip to main content
15,891,843 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: QuickWin Pin
PJ Arends3-Aug-04 7:43
professionalPJ Arends3-Aug-04 7:43 
GeneralRe: QuickWin Pin
Member 6256663-Aug-04 7:47
Member 6256663-Aug-04 7:47 
GeneralRe: QuickWin Pin
PJ Arends3-Aug-04 8:16
professionalPJ Arends3-Aug-04 8:16 
GeneralRe: QuickWin - Solved Pin
Member 6256663-Aug-04 8:32
Member 6256663-Aug-04 8:32 
Generalhide from tm in win xp Pin
Spiritofamerica2-Aug-04 10:27
Spiritofamerica2-Aug-04 10:27 
GeneralRe: hide from tm in win xp Pin
Super Saiyan2-Aug-04 18:26
Super Saiyan2-Aug-04 18:26 
GeneralRe: hide from tm in win xp Pin
Spiritofamerica3-Aug-04 10:15
Spiritofamerica3-Aug-04 10:15 
Generalhints on using a clistview with a really large dataset Pin
mickelliot2-Aug-04 10:04
mickelliot2-Aug-04 10:04 
Hi there,

I'm trying to implement a clistview (MFC) which has a really large dataset attached to it. By really large I mean around 4000 columns and 4000 rows. Each cell in the list contains just a single character. I'm having trouble with scrolling around the list, scrolling is very slow and ugly as the screen updates. I've tried using the CMemDC files that are available and that helped a bit, but not much. You can still see a kind of shuddering as the screen fills itself.

The data is not stored in a database. It is loaded into memory from a text file. Basically the text file contains 4000 strings of 4000 characters in length. Each string is split up into individual characters and they are loaded into the Clist view at runtime.

If anybody has any hints on how to speed up scrolling around a large list, I'd be really grateful! perhaps I should be using a class other than CListView??

mick
GeneralRe: hints on using a clistview with a really large dataset Pin
vladfein2-Aug-04 13:05
vladfein2-Aug-04 13:05 
GeneralRe: hints on using a clistview with a really large dataset Pin
mickelliot2-Aug-04 14:37
mickelliot2-Aug-04 14:37 
GeneralRe: hints on using a clistview with a really large dataset Pin
vladfein2-Aug-04 15:42
vladfein2-Aug-04 15:42 
GeneralRe: hints on using a clistview with a really large dataset Pin
ssiegel2-Aug-04 17:37
ssiegel2-Aug-04 17:37 
Generalexecute a resource of a project Pin
chedly_ensi2-Aug-04 9:27
chedly_ensi2-Aug-04 9:27 
GeneralRe: execute a resource of a project Pin
David Crow2-Aug-04 11:05
David Crow2-Aug-04 11:05 
GeneralRe: execute a resource of a project Pin
chedly_ensi3-Aug-04 0:03
chedly_ensi3-Aug-04 0:03 
GeneralRe: execute a resource of a project Pin
David Crow3-Aug-04 2:32
David Crow3-Aug-04 2:32 
GeneralRe: execute a resource of a project Pin
chedly_ensi5-Aug-04 0:35
chedly_ensi5-Aug-04 0:35 
GeneralRe: execute a resource of a project Pin
David Crow5-Aug-04 2:16
David Crow5-Aug-04 2:16 
GeneralInstalling program Pin
Larsson2-Aug-04 9:11
Larsson2-Aug-04 9:11 
GeneralRe: Installing program Pin
David Crow2-Aug-04 11:08
David Crow2-Aug-04 11:08 
GeneralRe: Installing program Pin
Larsson2-Aug-04 11:52
Larsson2-Aug-04 11:52 
GeneralRe: Installing program Pin
David Crow3-Aug-04 2:37
David Crow3-Aug-04 2:37 
GeneralRe: Installing program Pin
Larsson3-Aug-04 4:58
Larsson3-Aug-04 4:58 
GeneralRe: Installing program Pin
David Crow4-Aug-04 2:29
David Crow4-Aug-04 2:29 
GeneralRe: Installing program Pin
Larsson4-Aug-04 2:31
Larsson4-Aug-04 2:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.