Click here to Skip to main content
15,896,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: suggestion..pls Pin
Zac Howland29-Jun-06 7:38
Zac Howland29-Jun-06 7:38 
GeneralRe: suggestion..pls Pin
RockyJames29-Jun-06 8:36
RockyJames29-Jun-06 8:36 
GeneralRe: suggestion..pls Pin
Zac Howland29-Jun-06 9:47
Zac Howland29-Jun-06 9:47 
GeneralRe: suggestion..pls Pin
RockyJames29-Jun-06 13:21
RockyJames29-Jun-06 13:21 
GeneralRe: suggestion..pls Pin
Zac Howland29-Jun-06 16:01
Zac Howland29-Jun-06 16:01 
GeneralRe: suggestion..pls Pin
RockyJames29-Jun-06 18:48
RockyJames29-Jun-06 18:48 
QuestionHow to add Image(GDI+) object to CImageList Pin
NoName II29-Jun-06 6:50
NoName II29-Jun-06 6:50 
AnswerRe: How to add Image(GDI+) object to CImageList Pin
PJ Arends29-Jun-06 17:33
professionalPJ Arends29-Jun-06 17:33 
If you use the Bitmap class instead of the Image class you can use the GetHBitmap or GetHIcon methods to get an HBITMAP or HICON that you can add to your image list. The Bitmap class inherits from the Image class so all the functionality of the Image class is available in the Bitmap class.



You may be right
I may be crazy
-- Billy Joel --


Within you lies the power for good, use it!!!
QuestionNeed small explanation about this kind of syntax Pin
JMelsi29-Jun-06 6:12
JMelsi29-Jun-06 6:12 
AnswerRe: Need small explanation about this kind of syntax Pin
Sarath C29-Jun-06 6:32
Sarath C29-Jun-06 6:32 
GeneralRe: Need small explanation about this kind of syntax Pin
Zac Howland29-Jun-06 6:36
Zac Howland29-Jun-06 6:36 
GeneralRe: Need small explanation about this kind of syntax Pin
Sarath C29-Jun-06 6:52
Sarath C29-Jun-06 6:52 
GeneralRe: Need small explanation about this kind of syntax Pin
JMelsi29-Jun-06 7:32
JMelsi29-Jun-06 7:32 
AnswerRe: Need small explanation about this kind of syntax Pin
led mike29-Jun-06 6:34
led mike29-Jun-06 6:34 
GeneralRe: Need small explanation about this kind of syntax Pin
JMelsi30-Jun-06 0:53
JMelsi30-Jun-06 0:53 
Questioniterator Pin
knoxplusplus29-Jun-06 5:54
knoxplusplus29-Jun-06 5:54 
AnswerRe: iterator Pin
Sarath C29-Jun-06 6:01
Sarath C29-Jun-06 6:01 
AnswerRe: iterator Pin
Zac Howland29-Jun-06 6:34
Zac Howland29-Jun-06 6:34 
GeneralRe: iterator [modified] Pin
knoxplusplus29-Jun-06 7:38
knoxplusplus29-Jun-06 7:38 
GeneralRe: iterator Pin
Zac Howland29-Jun-06 8:12
Zac Howland29-Jun-06 8:12 
QuestionScope Pin
Jay0329-Jun-06 5:26
Jay0329-Jun-06 5:26 
AnswerRe: Scope Pin
Chris Losinger29-Jun-06 5:33
professionalChris Losinger29-Jun-06 5:33 
AnswerRe: Scope Pin
Zac Howland29-Jun-06 6:38
Zac Howland29-Jun-06 6:38 
GeneralRe: Scope Pin
Jay0329-Jun-06 7:40
Jay0329-Jun-06 7:40 
GeneralRe: Scope Pin
Blake Miller30-Jun-06 10:25
Blake Miller30-Jun-06 10:25 

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.