Click here to Skip to main content
15,921,837 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionTabbed dialog activex control Pin
prathuraj1-Apr-07 20:25
prathuraj1-Apr-07 20:25 
Question"How to display bitmaps at runtime" Pin
harsh_29611-Apr-07 19:55
harsh_29611-Apr-07 19:55 
AnswerRe: "How to display bitmaps at runtime" Pin
Hamid_RT1-Apr-07 20:06
Hamid_RT1-Apr-07 20:06 
GeneralRe: "How to display bitmaps at runtime" Pin
harsh_29611-Apr-07 20:20
harsh_29611-Apr-07 20:20 
GeneralRe: "How to display bitmaps at runtime" Pin
Hamid_RT1-Apr-07 20:35
Hamid_RT1-Apr-07 20:35 
GeneralRe: "How to display bitmaps at runtime" Pin
harsh_29611-Apr-07 20:59
harsh_29611-Apr-07 20:59 
GeneralRe: "How to display bitmaps at runtime" Pin
Hamid_RT2-Apr-07 0:56
Hamid_RT2-Apr-07 0:56 
AnswerRe: "How to display bitmaps at runtime" Pin
Naveen1-Apr-07 20:23
Naveen1-Apr-07 20:23 
If you have the bitmap in the resource, create an object of CBitmap. call LoadBitmap function of it and then pass this obejct to SetBitmap function

If you want to load the bitmap from the file, use the LoadImage function. It will return the handle of HBITMAP, Attach it to CBitmap object and then pass this object to the SetBitmap function.

nave

GeneralRe: "How to display bitmaps at runtime" Pin
harsh_29611-Apr-07 20:58
harsh_29611-Apr-07 20:58 
QuestionString Search Pin
yaminisridaran1-Apr-07 19:50
yaminisridaran1-Apr-07 19:50 
AnswerRe: String Search Pin
kanduripavan4-Apr-07 2:57
kanduripavan4-Apr-07 2:57 
QuestionString Search Pin
yaminisridaran1-Apr-07 19:49
yaminisridaran1-Apr-07 19:49 
AnswerRe: String Search Pin
kanduripavan3-Apr-07 23:02
kanduripavan3-Apr-07 23:02 
GeneralRe: String Search Pin
yaminisridaran3-Apr-07 23:06
yaminisridaran3-Apr-07 23:06 
GeneralRe: String Search Pin
kanduripavan4-Apr-07 1:12
kanduripavan4-Apr-07 1:12 
GeneralRe: String Search Pin
yaminisridaran6-Apr-07 18:22
yaminisridaran6-Apr-07 18:22 
Questionhelp [modified] Pin
tanchinchee1-Apr-07 19:45
tanchinchee1-Apr-07 19:45 
AnswerRe: help Pin
Cedric Moonen1-Apr-07 20:35
Cedric Moonen1-Apr-07 20:35 
GeneralRe: help Pin
tanchinchee3-Apr-07 3:10
tanchinchee3-Apr-07 3:10 
GeneralRe: help Pin
Cedric Moonen3-Apr-07 7:46
Cedric Moonen3-Apr-07 7:46 
GeneralRe: help Pin
tanchinchee3-Apr-07 22:17
tanchinchee3-Apr-07 22:17 
GeneralRe: help Pin
Cedric Moonen4-Apr-07 1:04
Cedric Moonen4-Apr-07 1:04 
GeneralRe: help Pin
tanchinchee4-Apr-07 22:01
tanchinchee4-Apr-07 22:01 
GeneralRe: help Pin
Cedric Moonen5-Apr-07 0:50
Cedric Moonen5-Apr-07 0:50 
Questionno response [modified] - why Pin
deeps_cute1-Apr-07 19:10
deeps_cute1-Apr-07 19:10 

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.