Click here to Skip to main content
15,908,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: selected list item of another dialog Pin
David Crow5-Jul-07 3:17
David Crow5-Jul-07 3:17 
QuestionApplication Error The Exception BreakPoint Pin
shivditya1-Jul-07 18:47
shivditya1-Jul-07 18:47 
Questionpassing an array as a parameter Pin
NalBH1-Jul-07 18:37
NalBH1-Jul-07 18:37 
AnswerRe: passing an array as a parameter Pin
Mark Salsbery2-Jul-07 6:54
Mark Salsbery2-Jul-07 6:54 
QuestionHow to dock the views? Pin
ss4311-Jul-07 18:22
ss4311-Jul-07 18:22 
AnswerRe: How to dock the views? Pin
SandipG 1-Jul-07 19:56
SandipG 1-Jul-07 19:56 
GeneralRe: How to dock the views? Pin
swamy Narasimha1-Jul-07 23:27
swamy Narasimha1-Jul-07 23:27 
QuestionCImageList and a CListCtrl Pin
locoone1-Jul-07 18:01
locoone1-Jul-07 18:01 
i am in need of how to add the checkbox image to the header of a CListCtrl i have a child dialog in the main dialog ive looked in msdn but im lost
CImageList * imagelist;<br />
    CHeaderCtrl * m_pHdrCtrl;<br />
    imagelist = new CImageList();<br />
ASSERT(imagelist != NULL);<br />
    imagelist->Create(13, 13, ILC_COLOR24, 3, 1);<br />
CBitmap bm;<br />
bm.LoadBitmap(IDB_CHECKBOXES);<br />
    imagelist->Add(&bm, RGB(255, 0, 255));<br />
    m_pHdrCtrl->SetImageList(imagelist);

that gives no errors on compiling it
m_pHdrCtrl->SetImageList(imagelist); <-- wont allow me to build the exe
im a beginner be gentle when telling me how wrong it is Sigh | :sigh: i cant figure out how to add the imagelist to the header.
AnswerRe: CImageList and a CListCtrl Pin
Naveen1-Jul-07 18:31
Naveen1-Jul-07 18:31 
GeneralRe: CImageList and a CListCtrl Pin
locoone2-Jul-07 9:08
locoone2-Jul-07 9:08 
GeneralRe: CImageList and a CListCtrl Pin
Naveen2-Jul-07 15:06
Naveen2-Jul-07 15:06 
AnswerRe: CImageList and a CListCtrl Pin
Hamid_RT1-Jul-07 21:12
Hamid_RT1-Jul-07 21:12 
AnswerRe: CImageList and a CListCtrl Pin
sps-itsec461-Jul-07 21:34
sps-itsec461-Jul-07 21:34 
QuestionMultiple thumbs on a slider control, Help?... Pin
smguc1-Jul-07 17:22
smguc1-Jul-07 17:22 
QuestionHow to read and write CPU cache? Pin
Surendra Vishwkarma1-Jul-07 16:10
Surendra Vishwkarma1-Jul-07 16:10 
AnswerRe: How to read and write CPU cache? Pin
hameduser1-Jul-07 21:22
hameduser1-Jul-07 21:22 
GeneralRe: How to read and write CPU cache? Pin
Surendra Vishwkarma5-Jul-07 16:07
Surendra Vishwkarma5-Jul-07 16:07 
QuestionHow to add outlookbar to multipe document? Pin
chinakknd1-Jul-07 15:35
chinakknd1-Jul-07 15:35 
QuestionVirtual keyboard losing window focus. Help! Pin
remarkpk111-Jul-07 13:45
remarkpk111-Jul-07 13:45 
AnswerRe: Virtual keyboard losing window focus. Help! Pin
Steve Echols1-Jul-07 17:55
Steve Echols1-Jul-07 17:55 
GeneralRe: Virtual keyboard losing window focus. Help! Pin
remarkpk112-Jul-07 5:00
remarkpk112-Jul-07 5:00 
Questionmemory allocation syntax Pin
prithaa1-Jul-07 9:52
prithaa1-Jul-07 9:52 
AnswerRe: memory allocation syntax Pin
Mark Salsbery1-Jul-07 10:01
Mark Salsbery1-Jul-07 10:01 
GeneralRe: memory allocation syntax Pin
prithaa1-Jul-07 17:11
prithaa1-Jul-07 17:11 
GeneralRe: memory allocation syntax Pin
Mark Salsbery1-Jul-07 19:42
Mark Salsbery1-Jul-07 19:42 

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.