Click here to Skip to main content
15,889,462 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: c++ code required for this small study program Pin
Eytukan29-Mar-09 4:20
Eytukan29-Mar-09 4:20 
JokeRe: c++ code required for this small study program [modified] Pin
Yusuf29-Mar-09 8:51
Yusuf29-Mar-09 8:51 
GeneralRe: c++ code required for this small study program Pin
Joe Woodbury29-Mar-09 11:52
professionalJoe Woodbury29-Mar-09 11:52 
GeneralRe: c++ code required for this small study program Pin
Yusuf29-Mar-09 13:05
Yusuf29-Mar-09 13:05 
GeneralRe: c++ code required for this small study program Pin
Joe Woodbury29-Mar-09 15:15
professionalJoe Woodbury29-Mar-09 15:15 
GeneralRe: c++ code required for this small study program Pin
Yusuf29-Mar-09 16:24
Yusuf29-Mar-09 16:24 
QuestionProblem in multiple item deletion in CListCtrl Pin
Le@rner28-Mar-09 2:43
Le@rner28-Mar-09 2:43 
AnswerRe: Problem in multiple item deletion in CListCtrl Pin
Cedric Moonen28-Mar-09 3:05
Cedric Moonen28-Mar-09 3:05 
Of course: if you remove a specific item in your list, all items that follow will have another index (one lower). For instance if you remove the first item (index=0), then the index of the second item will change from 1 to 0 (because it become the first one).
You should reverse your loop: start from the end of the list to the begining.

Cédric Moonen
Software developer

Charting control [v1.5]
OpenGL game tutorial in C++

GeneralRe: Problem in multiple item deletion in CListCtrl Pin
sbtdkj101728-Mar-09 4:03
sbtdkj101728-Mar-09 4:03 
GeneralRe: Problem in multiple item deletion in CListCtrl Pin
Le@rner29-Mar-09 18:18
Le@rner29-Mar-09 18:18 
AnswerRe: Problem in multiple item deletion in CListCtrl Pin
Stephen Hewitt28-Mar-09 5:25
Stephen Hewitt28-Mar-09 5:25 
QuestionCCheckboxlist.. Pin
p_196028-Mar-09 0:37
p_196028-Mar-09 0:37 
AnswerRe: CCheckboxlist.. Pin
Stuart Dootson28-Mar-09 0:57
professionalStuart Dootson28-Mar-09 0:57 
AnswerRe: CCheckboxlist.. Pin
«_Superman_»28-Mar-09 18:04
professional«_Superman_»28-Mar-09 18:04 
Questioninsert values from access database to the microsoft chart in MFC Pin
Febin Elizabeth28-Mar-09 0:26
Febin Elizabeth28-Mar-09 0:26 
Questioninsertion of time information to the access database Pin
Febin Elizabeth27-Mar-09 23:58
Febin Elizabeth27-Mar-09 23:58 
AnswerRe: insertion of time information to the access database Pin
Stuart Dootson28-Mar-09 0:40
professionalStuart Dootson28-Mar-09 0:40 
QuestionTransparent dialog problem Pin
xinyue54327-Mar-09 23:11
xinyue54327-Mar-09 23:11 
AnswerRe: Transparent dialog problem Pin
Code-o-mat27-Mar-09 23:55
Code-o-mat27-Mar-09 23:55 
AnswerRe: Transparent dialog problem Pin
Stuart Dootson27-Mar-09 23:55
professionalStuart Dootson27-Mar-09 23:55 
AnswerRe: Transparent dialog problem Pin
ganesh.dp28-Mar-09 2:03
ganesh.dp28-Mar-09 2:03 
QuestionHow to transform 2D image to 3D image? Pin
polomsd27-Mar-09 22:29
polomsd27-Mar-09 22:29 
AnswerRe: How to transform 2D image to 3D image? Pin
Stuart Dootson27-Mar-09 23:48
professionalStuart Dootson27-Mar-09 23:48 
GeneralRe: How to transform 2D image to 3D image? Pin
polomsd28-Mar-09 2:48
polomsd28-Mar-09 2:48 
QuestionGetting Tray Icon Details Pin
ganesh.dp27-Mar-09 21:07
ganesh.dp27-Mar-09 21:07 

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.