Click here to Skip to main content
16,005,080 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Copywright? Pin
Jon Hulatt25-Feb-03 4:00
Jon Hulatt25-Feb-03 4:00 
GeneralRe: Copywright? Pin
Vladimir Georgiev25-Feb-03 4:09
Vladimir Georgiev25-Feb-03 4:09 
GeneralRe: Copywright? Pin
Chris Losinger25-Feb-03 4:12
professionalChris Losinger25-Feb-03 4:12 
GeneralRe: Copywright? Pin
benjymous25-Feb-03 4:24
benjymous25-Feb-03 4:24 
GeneralRe: Copywright? Pin
Anonymous25-Feb-03 11:27
Anonymous25-Feb-03 11:27 
Generalsetting scrollbars Pin
Willem B25-Feb-03 2:26
Willem B25-Feb-03 2:26 
GeneralRe: setting scrollbars Pin
Vladimir Georgiev25-Feb-03 2:51
Vladimir Georgiev25-Feb-03 2:51 
GeneralRe: setting scrollbars Pin
Willem B25-Feb-03 3:15
Willem B25-Feb-03 3:15 
thats only possible with a ListBox that already contains the info. i think i explaint it wrong.

i have a linked-list with about 2000 records. if i load all these record into the CListBox i get 2 problems:

1. it takes too long to load.
2. it takes too much memory.

So this would be the solution:

The listbox get's filled with the first 10 records. These records are shown. Once the user wants to see (for example) record 500 till 510, the listbox is updated with those 10 records(record 500 - 510). It seems like the ListBox contains all those 2000 records but in fact it only contains 10 records and keeps updating them(like a terminal).

In order to know witch selection must be shown i need to read the ScrollList of the ListBox(or make one myself). I also have to virtually make the ScrollList(make it seem like there are 2000 records in the list), but i have no clue how to do this. Can somebody tell me this?

[]D [] []D []
GeneralRe: setting scrollbars Pin
Roger Allen25-Feb-03 3:41
Roger Allen25-Feb-03 3:41 
GeneralRe: setting scrollbars Pin
Willem B25-Feb-03 21:10
Willem B25-Feb-03 21:10 
Generaldr. watson logs lacking module names Pin
Zdeslav Vojkovic25-Feb-03 2:25
Zdeslav Vojkovic25-Feb-03 2:25 
GeneralRe: dr. watson logs lacking module names Pin
AlexO25-Feb-03 2:36
AlexO25-Feb-03 2:36 
GeneralRe: dr. watson logs lacking module names Pin
Zdeslav Vojkovic25-Feb-03 3:26
Zdeslav Vojkovic25-Feb-03 3:26 
GeneralRe: dr. watson logs lacking module names Pin
AlexO25-Feb-03 3:33
AlexO25-Feb-03 3:33 
GeneralRe: dr. watson logs lacking module names Pin
Zdeslav Vojkovic25-Feb-03 3:50
Zdeslav Vojkovic25-Feb-03 3:50 
GeneralCreating a list or array of IHTMLElementCollection ptrs Pin
Jase Jennings25-Feb-03 0:44
Jase Jennings25-Feb-03 0:44 
GeneralRe: Creating a list or array of IHTMLElementCollection ptrs Pin
jhwurmbach25-Feb-03 1:29
jhwurmbach25-Feb-03 1:29 
Generalpass command line arguments to dll Pin
xxhimanshu25-Feb-03 0:26
xxhimanshu25-Feb-03 0:26 
GeneralRe: pass command line arguments to dll Pin
Joaquín M López Muñoz25-Feb-03 0:29
Joaquín M López Muñoz25-Feb-03 0:29 
GeneralRe: pass command line arguments to dll Pin
xxhimanshu25-Feb-03 0:48
xxhimanshu25-Feb-03 0:48 
Generalanother problem pass command line arguments to dll Pin
xxhimanshu25-Feb-03 1:06
xxhimanshu25-Feb-03 1:06 
General2 CDialog questions Pin
raner25-Feb-03 0:22
raner25-Feb-03 0:22 
GeneralRe: 2 CDialog questions Pin
Joaquín M López Muñoz25-Feb-03 0:32
Joaquín M López Muñoz25-Feb-03 0:32 
GeneralRe: 2 CDialog questions Pin
Joan M25-Feb-03 0:36
professionalJoan M25-Feb-03 0:36 
GeneralRe: 2 CDialog questions Pin
raner25-Feb-03 2:01
raner25-Feb-03 2: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.