Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can I get the Index of a tree control Item ? Pin
SherTeks27-Jul-08 23:29
SherTeks27-Jul-08 23:29 
QuestionCListCtrl(Report Style) Pin
bravoone27-Jul-08 20:09
bravoone27-Jul-08 20:09 
AnswerRe: CListCtrl(Report Style) Pin
CPallini27-Jul-08 21:07
mveCPallini27-Jul-08 21:07 
JokeRe: CListCtrl(Report Style) Pin
Rajesh R Subramanian27-Jul-08 21:55
professionalRajesh R Subramanian27-Jul-08 21:55 
GeneralRe: CListCtrl(Report Style) Pin
CPallini27-Jul-08 22:13
mveCPallini27-Jul-08 22:13 
GeneralRe: CListCtrl(Report Style) [modified] Pin
Rajesh R Subramanian27-Jul-08 22:22
professionalRajesh R Subramanian27-Jul-08 22:22 
GeneralRe: CListCtrl(Report Style) Pin
CPallini27-Jul-08 22:49
mveCPallini27-Jul-08 22:49 
AnswerRe: CListCtrl(Report Style) Pin
_AnsHUMAN_ 27-Jul-08 21:39
_AnsHUMAN_ 27-Jul-08 21:39 
you would need to handle the mouse click event on the list control and get the selected items. On every selection made, you can take the selected items from the list control and put the result in the next row that is empty.
I hope that I got your question correctly.
Use CListCtrl::SetItemData instead of SetWindowText or see InsertItem

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

GeneralRe: CListCtrl(Report Style) Pin
bravoone27-Jul-08 21:43
bravoone27-Jul-08 21:43 
GeneralRe: CListCtrl(Report Style) Pin
_AnsHUMAN_ 27-Jul-08 22:25
_AnsHUMAN_ 27-Jul-08 22:25 
GeneralRe: CListCtrl(Report Style) Pin
bravoone30-Jul-08 3:59
bravoone30-Jul-08 3:59 
QuestionCComboCompletion problem Pin
Anu_Bala27-Jul-08 18:39
Anu_Bala27-Jul-08 18:39 
AnswerRe: CComboCompletion problem Pin
_AnsHUMAN_ 27-Jul-08 19:05
_AnsHUMAN_ 27-Jul-08 19:05 
GeneralRe: CComboCompletion problem Pin
Anu_Bala27-Jul-08 19:16
Anu_Bala27-Jul-08 19:16 
GeneralRe: CComboCompletion problem Pin
_AnsHUMAN_ 27-Jul-08 20:08
_AnsHUMAN_ 27-Jul-08 20:08 
QuestionHide/Remove the Application Icon in the Title bar icon for a dialog with Border - Resizing. Pin
Priya_Sundar27-Jul-08 18:31
Priya_Sundar27-Jul-08 18:31 
AnswerRe: Hide/Remove the Application Icon in the Title bar icon for a dialog with Border - Resizing. Pin
Nibu babu thomas27-Jul-08 19:08
Nibu babu thomas27-Jul-08 19:08 
GeneralRe: Hide/Remove the Application Icon in the Title bar icon for a dialog with Border - Resizing. Pin
Priya_Sundar27-Jul-08 19:57
Priya_Sundar27-Jul-08 19:57 
AnswerRe: Hide/Remove the Application Icon in the Title bar icon for a dialog with Border - Resizing. Pin
beko27-Jul-08 23:24
beko27-Jul-08 23:24 
GeneralRe: Hide/Remove the Application Icon in the Title bar icon for a dialog with Border - Resizing. Pin
Priya_Sundar28-Jul-08 0:57
Priya_Sundar28-Jul-08 0:57 
GeneralRe: Hide/Remove the Application Icon in the Title bar icon for a dialog with Border - Resizing. Pin
beko28-Jul-08 2:13
beko28-Jul-08 2:13 
QuestionWin 32 DLL using VC++ .Net Pin
rp_suman27-Jul-08 18:19
rp_suman27-Jul-08 18:19 
AnswerRe: Win 32 DLL using VC++ .Net Pin
Nibu babu thomas27-Jul-08 19:02
Nibu babu thomas27-Jul-08 19:02 
QuestionExcel automation problem Pin
followait27-Jul-08 16:32
followait27-Jul-08 16:32 
AnswerRe: Excel automation problem Pin
Yajnesh Narayan Behera27-Jul-08 18:33
Yajnesh Narayan Behera27-Jul-08 18:33 

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.