Click here to Skip to main content
15,914,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CreateProcess Pin
khan++28-Mar-06 4:26
khan++28-Mar-06 4:26 
QuestionMessage encryption and splitting Pin
cjsin28-Mar-06 2:05
cjsin28-Mar-06 2:05 
AnswerRe: Message encryption and splitting Pin
Rage28-Mar-06 4:06
professionalRage28-Mar-06 4:06 
Questionvmr9.h Pin
William Burton28-Mar-06 1:16
William Burton28-Mar-06 1:16 
AnswerRe: vmr9.h Pin
Saurabh.Garg28-Mar-06 1:33
Saurabh.Garg28-Mar-06 1:33 
QuestionTo make DateTimePicker Appear flat Pin
mikobi28-Mar-06 1:08
mikobi28-Mar-06 1:08 
QuestionBitmap size: LP or DP? Pin
includeh1028-Mar-06 0:51
includeh1028-Mar-06 0:51 
QuestionCListCtrl SetItem Pin
Naveen28-Mar-06 0:48
Naveen28-Mar-06 0:48 
hi,
I have set the image for a subitem as follows

LVITEM litem;
litem.mask = LVIF_IMAGE;
litem.iSubItem = 1;
litem.iItem = 0;
litem.iImage = 0;
m_List.SetItem( &litem );

but when I try to call the GetItem to get the image associated with a subitem, its not working(it is working if the subitem is 0). I have set the LVS_EX_SUBITEMIMAGES style of the list control. What else should I do..

Please help me

nave
AnswerRe: CListCtrl SetItem Pin
Hamid_RT28-Mar-06 1:03
Hamid_RT28-Mar-06 1:03 
GeneralRe: CListCtrl SetItem Pin
Naveen28-Mar-06 1:19
Naveen28-Mar-06 1:19 
GeneralRe: CListCtrl SetItem Pin
Hamid_RT28-Mar-06 1:25
Hamid_RT28-Mar-06 1:25 
GeneralRe: CListCtrl SetItem Pin
Mike O'Neill28-Mar-06 8:19
Mike O'Neill28-Mar-06 8:19 
QuestionConversion Pin
NurZaara28-Mar-06 0:27
NurZaara28-Mar-06 0:27 
AnswerRe: Conversion Pin
Rage28-Mar-06 2:31
professionalRage28-Mar-06 2:31 
Questioncreating a timeout Pin
viperlogic28-Mar-06 0:06
viperlogic28-Mar-06 0:06 
AnswerRe: creating a timeout Pin
Ray Kinsella28-Mar-06 1:06
Ray Kinsella28-Mar-06 1:06 
QuestionCopy files by network Pin
Mila02527-Mar-06 23:44
Mila02527-Mar-06 23:44 
AnswerRe: Copy files by network Pin
Ștefan-Mihai MOGA28-Mar-06 0:18
professionalȘtefan-Mihai MOGA28-Mar-06 0:18 
Questionregarding Flickering in static object Pin
himuskanhere27-Mar-06 23:39
himuskanhere27-Mar-06 23:39 
AnswerRe: regarding Flickering in static object Pin
Waldermort27-Mar-06 23:57
Waldermort27-Mar-06 23:57 
QuestionCleaner code Pin
Waldermort27-Mar-06 23:29
Waldermort27-Mar-06 23:29 
AnswerRe: Cleaner code Pin
Ștefan-Mihai MOGA28-Mar-06 0:21
professionalȘtefan-Mihai MOGA28-Mar-06 0:21 
AnswerRe: Cleaner code Pin
toxcct28-Mar-06 0:43
toxcct28-Mar-06 0:43 
GeneralRe: Cleaner code Pin
Waldermort28-Mar-06 0:51
Waldermort28-Mar-06 0:51 
GeneralRe: Cleaner code Pin
toxcct28-Mar-06 0:55
toxcct28-Mar-06 0:55 

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.