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

C / C++ / MFC

 
AnswerRe: Noob need help in c pro.. Pin
Vijjuuu.1-Nov-07 2:43
Vijjuuu.1-Nov-07 2:43 
AnswerRe: Noob need help in c pro.. Pin
David Crow1-Nov-07 3:21
David Crow1-Nov-07 3:21 
QuestionHow to get a device's firmware Serial Number? Pin
kcynic31-Oct-07 21:07
kcynic31-Oct-07 21:07 
AnswerRe: How to get a device's firmware Serial Number? Pin
codn1-Nov-07 1:04
codn1-Nov-07 1:04 
QuestionAbout CImageList Pin
fantasy121531-Oct-07 20:40
fantasy121531-Oct-07 20:40 
AnswerRe: About CImageList Pin
Naveen31-Oct-07 20:51
Naveen31-Oct-07 20:51 
AnswerRe: About CImageList Pin
Hamid_RT31-Oct-07 21:02
Hamid_RT31-Oct-07 21:02 
QuestionRe: About CImageList Pin
fantasy121531-Oct-07 21:46
fantasy121531-Oct-07 21:46 

TO Naveen.R

I'm not familar to CImageList at all.
The code I posted is the source code in EMULE. I'm curious too why use the stack imagelist to set the imagelist of the CListCtrl, while not like your codes.


TO Hamid.

Can load 2 bitmaps like this:
<br />
CBitmap bmp;<br />
bmp.LoadBitmap(IDB_MYBITMAP);<br />
m_iml.Add(&bmp, RGB(0, 0, 0));<br />
<br />
bmp.LoadBitmap(IDB_MYBITMAP2);<br />
m_iml.Add(&bmp, RGB(0, 0, 0));<br />

AnswerRe: About CImageList Pin
Hamid_RT1-Nov-07 1:07
Hamid_RT1-Nov-07 1:07 
Question[Message Deleted] Pin
purplee8531-Oct-07 19:57
purplee8531-Oct-07 19:57 
AnswerRe: GDIPLUS.h Pin
Naveen31-Oct-07 20:22
Naveen31-Oct-07 20:22 
AnswerRe: GDIPLUS.h Pin
Hamid_RT31-Oct-07 21:02
Hamid_RT31-Oct-07 21:02 
AnswerRe: [Message Deleted] Pin
ThatsAlok1-Nov-07 0:16
ThatsAlok1-Nov-07 0:16 
QuestionRe: [Message Deleted] Pin
Hamid_RT1-Nov-07 1:09
Hamid_RT1-Nov-07 1:09 
QuestionHow to include omnithread in my application? Pin
ashishbhatt31-Oct-07 19:45
ashishbhatt31-Oct-07 19:45 
AnswerRe: How to include omnithread in my application? Pin
Iain Clarke, Warrior Programmer1-Nov-07 2:43
Iain Clarke, Warrior Programmer1-Nov-07 2:43 
AnswerRe: l, Pin
chandu00431-Oct-07 18:54
chandu00431-Oct-07 18:54 
GeneralRe: l, Pin
Hamid_RT31-Oct-07 21:03
Hamid_RT31-Oct-07 21:03 
GeneralRe: l, Pin
chandu00431-Oct-07 21:41
chandu00431-Oct-07 21:41 
GeneralRe: l, Pin
Hamid_RT1-Nov-07 1:20
Hamid_RT1-Nov-07 1:20 
QuestionConcatenating CString with hex value Pin
Larrson1231-Oct-07 17:26
Larrson1231-Oct-07 17:26 
AnswerRe: Concatenating CString with hex value Pin
Llasus31-Oct-07 17:52
Llasus31-Oct-07 17:52 
AnswerRe: Concatenating CString with hex value Pin
chandu00431-Oct-07 19:02
chandu00431-Oct-07 19:02 
AnswerRe: Concatenating CString with hex value Pin
Naveen31-Oct-07 20:44
Naveen31-Oct-07 20:44 
GeneralRe: Concatenating CString with hex value Pin
Larrson1231-Oct-07 23:21
Larrson1231-Oct-07 23:21 

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.