Click here to Skip to main content
15,895,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
JensB21-May-03 22:30
JensB21-May-03 22:30 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
Rage21-May-03 22:35
professionalRage21-May-03 22:35 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
Rage21-May-03 22:30
professionalRage21-May-03 22:30 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
JensB21-May-03 22:44
JensB21-May-03 22:44 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
JensB21-May-03 22:59
JensB21-May-03 22:59 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
Rage21-May-03 23:06
professionalRage21-May-03 23:06 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
JensB21-May-03 23:12
JensB21-May-03 23:12 
GeneralRe: Difficult - Owner data in CListCtrl - Pin
Rage21-May-03 23:24
professionalRage21-May-03 23:24 
JensB wrote:
In the virtual list, it is loaded into the array after 49 seconds

That's because you are not using the cache. If you do, you only have to load the item currently displayed in the listview. You put the items coming before and after in the cache (but just a few ones, actually the ones that could be displayed if the user goes up or down). The rest will be loade progressively. Unsure | :~

but I agree. Let's use BeginWaitCursor( ); and EndWaitCursor( ); or a typical "Maunder Progress Bar" ... Big Grin | :-D

~RaGE();
GeneralFast User Switching Pin
Alex Korchemniy21-May-03 19:38
Alex Korchemniy21-May-03 19:38 
GeneralRe: Fast User Switching Pin
Neville Franks22-May-03 0:01
Neville Franks22-May-03 0:01 
Questionhow to delete a file ? Pin
thacdo21-May-03 17:25
thacdo21-May-03 17:25 
AnswerRe: how to delete a file ? Pin
Chris Richardson21-May-03 17:32
Chris Richardson21-May-03 17:32 
AnswerRe: how to delete a file ? Pin
AnkushChopra23-May-03 2:20
AnkushChopra23-May-03 2:20 
QuestionCopy a string to clipboard ? Pin
_skidrow_vn_21-May-03 14:21
_skidrow_vn_21-May-03 14:21 
AnswerRe: Copy a string to clipboard ? Pin
Dave Bryant21-May-03 15:29
Dave Bryant21-May-03 15:29 
GeneralRe: Copy a string to clipboard ? Pin
_skidrow_vn_22-May-03 10:48
_skidrow_vn_22-May-03 10:48 
AnswerRe: Copy a string to clipboard ? Pin
valikac21-May-03 19:32
valikac21-May-03 19:32 
QuestionHow do I make a window transparent for mouse clicks? Pin
Chris982021-May-03 13:44
Chris982021-May-03 13:44 
AnswerRe: How do I make a window transparent for mouse clicks? Pin
Michael Dunn21-May-03 14:57
sitebuilderMichael Dunn21-May-03 14:57 
GeneralRe: How do I make a window transparent for mouse clicks? Pin
Chris982021-May-03 16:24
Chris982021-May-03 16:24 
Generalstring operator == Pin
Makover21-May-03 13:35
Makover21-May-03 13:35 
GeneralRe: string operator == Pin
Dave Bryant21-May-03 15:23
Dave Bryant21-May-03 15:23 
GeneralRe: string operator == Pin
Makover22-May-03 8:49
Makover22-May-03 8:49 
QuestionHow do I set up a simple test sending data through the com port?? Pin
IrishSonic21-May-03 12:54
IrishSonic21-May-03 12:54 
General(hopefully) easy WaitForMultipleObjects question Pin
Phil Hamer21-May-03 12:01
Phil Hamer21-May-03 12:01 

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.