Click here to Skip to main content
15,922,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionNeed help for numericupdown Pin
sai567-Jan-09 4:18
sai567-Jan-09 4:18 
AnswerRe: Need help for numericupdown Pin
Iain Clarke, Warrior Programmer7-Jan-09 22:59
Iain Clarke, Warrior Programmer7-Jan-09 22:59 
QuestionConcept/example for virtual list Pin
nobaq7-Jan-09 4:10
nobaq7-Jan-09 4:10 
AnswerRe: Concept/example for virtual list Pin
Stuart Dootson7-Jan-09 4:34
professionalStuart Dootson7-Jan-09 4:34 
GeneralRe: Concept/example for virtual list Pin
nobaq7-Jan-09 5:35
nobaq7-Jan-09 5:35 
GeneralRe: Concept/example for virtual list Pin
nobaq7-Jan-09 6:04
nobaq7-Jan-09 6:04 
GeneralRe: Concept/example for virtual list Pin
Stuart Dootson7-Jan-09 8:44
professionalStuart Dootson7-Jan-09 8:44 
GeneralRe: Concept/example for virtual list Pin
Stuart Dootson7-Jan-09 8:49
professionalStuart Dootson7-Jan-09 8:49 
One other thing - have you profiled the code to see what is slowing it down?

I'd suggest implementing a virtual list control that just displays the numeric index of the list rows, to convince yourself that you've got the virtual list control set up correctly. Then work out how much of the SQL query you can do without taking too much time, and you can try to merge that into the list control implementation?
GeneralRe: Concept/example for virtual list Pin
Stuart Dootson7-Jan-09 8:40
professionalStuart Dootson7-Jan-09 8:40 
QuestionRe: Concept/example for virtual list Pin
David Crow7-Jan-09 5:33
David Crow7-Jan-09 5:33 
GeneralRe: Concept/example for virtual list Pin
nobaq7-Jan-09 6:00
nobaq7-Jan-09 6:00 
AnswerRe: Concept/example for virtual list Pin
Maximilien7-Jan-09 5:42
Maximilien7-Jan-09 5:42 
GeneralRe: Concept/example for virtual list Pin
nobaq7-Jan-09 7:17
nobaq7-Jan-09 7:17 
Questionimapi2 cd name Pin
meme817-Jan-09 3:52
meme817-Jan-09 3:52 
Questionwhy SubclassWindow fails? [modified] Pin
SanjaySMK7-Jan-09 3:51
SanjaySMK7-Jan-09 3:51 
AnswerRe: why SubclassWindow fails? Pin
Code-o-mat7-Jan-09 5:05
Code-o-mat7-Jan-09 5:05 
Questionreplace CMapStringToOb by standard C Pin
RedSonja7-Jan-09 2:28
RedSonja7-Jan-09 2:28 
AnswerRe: replace CMapStringToOb by standard C Pin
CPallini7-Jan-09 2:54
mveCPallini7-Jan-09 2:54 
GeneralRe: replace CMapStringToOb by standard C Pin
RedSonja7-Jan-09 2:58
RedSonja7-Jan-09 2:58 
GeneralRe: replace CMapStringToOb by standard C Pin
Cedric Moonen7-Jan-09 3:04
Cedric Moonen7-Jan-09 3:04 
GeneralRe: replace CMapStringToOb by standard C Pin
CPallini7-Jan-09 3:09
mveCPallini7-Jan-09 3:09 
GeneralRe: replace CMapStringToOb by standard C Pin
RedSonja7-Jan-09 3:26
RedSonja7-Jan-09 3:26 
GeneralRe: replace CMapStringToOb by standard C Pin
Cedric Moonen7-Jan-09 3:32
Cedric Moonen7-Jan-09 3:32 
GeneralRe: replace CMapStringToOb by standard C Pin
RedSonja7-Jan-09 3:36
RedSonja7-Jan-09 3:36 
QuestionXML Writer Pin
amit.code7-Jan-09 1:48
amit.code7-Jan-09 1:48 

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.