Click here to Skip to main content
15,895,871 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem with std::list Pin
Stephen Hewitt15-Jan-06 12:22
Stephen Hewitt15-Jan-06 12:22 
GeneralRe: Problem with std::list Pin
Mateusz Karbowy15-Jan-06 14:07
Mateusz Karbowy15-Jan-06 14:07 
Questiondll project does not output a .lib file Pin
Themis15-Jan-06 4:52
Themis15-Jan-06 4:52 
AnswerRe: dll project does not output a .lib file Pin
Nish Nishant15-Jan-06 5:37
sitebuilderNish Nishant15-Jan-06 5:37 
GeneralRe: dll project does not output a .lib file Pin
Themis15-Jan-06 6:40
Themis15-Jan-06 6:40 
QuestionCHeaderCtrl::SetImageList Pin
paper6715-Jan-06 4:09
paper6715-Jan-06 4:09 
AnswerRe: CHeaderCtrl::SetImageList Pin
Owner drawn15-Jan-06 19:43
Owner drawn15-Jan-06 19:43 
GeneralRe: CHeaderCtrl::SetImageList Pin
paper6716-Jan-06 8:05
paper6716-Jan-06 8:05 
I have installed an OnSetImageList message handler for the header control. THis one gets called when an image list is installed for the header control and it gets called a second time when the CListctrl object is assigned his image list. To install the image list of the header control I do the following call from within the OnCreate message handler of a derived CListCtrl Object (CXListCtrl) :

m_HdCtrl.SetImageList(&m_ilSymb);

m_HdCtrl has been subclassed to the Header control.

To install the image list of the CListCtrl object itself I do the following call in the OnCreate handler of a CXListCtrl derived class. (CPCntCtrl)

SetImageList(&m_ilCntSymb, LVSIL_SMALL);

Can someone tell me please what is going on here ?

Thx
Questionsingle/multiple selection in List control Pin
IlanTal15-Jan-06 4:08
IlanTal15-Jan-06 4:08 
AnswerRe: single/multiple selection in List control Pin
FarPointer15-Jan-06 4:28
FarPointer15-Jan-06 4:28 
AnswerRe: single/multiple selection in List control Pin
sps-itsec4615-Jan-06 6:55
sps-itsec4615-Jan-06 6:55 
GeneralRe: single/multiple selection in List control Pin
IlanTal15-Jan-06 19:17
IlanTal15-Jan-06 19:17 
Questionneed suggestion(constructer? / better?) Pin
neodeaths14-Jan-06 23:33
neodeaths14-Jan-06 23:33 
AnswerRe: need suggestion(constructer? / better?) Pin
includeh1015-Jan-06 3:38
includeh1015-Jan-06 3:38 
GeneralRe: need suggestion(constructer? / better?) Pin
Michel Wassink15-Jan-06 4:09
Michel Wassink15-Jan-06 4:09 
AnswerRe: need suggestion(constructer? / better?) Pin
Gary R. Wheeler15-Jan-06 3:54
Gary R. Wheeler15-Jan-06 3:54 
AnswerRe: need suggestion(constructer? / better?) Pin
Nish Nishant15-Jan-06 4:05
sitebuilderNish Nishant15-Jan-06 4:05 
AnswerRe: need suggestion(constructer? / better?) Pin
vikas amin16-Jan-06 0:52
vikas amin16-Jan-06 0:52 
Questiondynamic memeory aloocation question Pin
neodeaths14-Jan-06 23:12
neodeaths14-Jan-06 23:12 
AnswerRe: dynamic memeory aloocation question Pin
includeh1015-Jan-06 4:00
includeh1015-Jan-06 4:00 
AnswerRe: dynamic memeory aloocation question Pin
Nish Nishant15-Jan-06 4:11
sitebuilderNish Nishant15-Jan-06 4:11 
GeneralRe: dynamic memeory aloocation question Pin
neodeaths15-Jan-06 4:31
neodeaths15-Jan-06 4:31 
GeneralRe: dynamic memeory aloocation question Pin
Nish Nishant15-Jan-06 5:35
sitebuilderNish Nishant15-Jan-06 5:35 
GeneralRe: dynamic memeory aloocation question Pin
Roland Pibinger15-Jan-06 5:42
Roland Pibinger15-Jan-06 5:42 
GeneralRe: dynamic memeory aloocation question Pin
Nish Nishant15-Jan-06 6:08
sitebuilderNish Nishant15-Jan-06 6:08 

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.