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

C / C++ / MFC

 
GeneralRe: how to change title of a child dialog? Pin
Hamid_RT2-Dec-08 4:04
Hamid_RT2-Dec-08 4:04 
GeneralRe: how to change title of a child dialog? Pin
puppya2-Dec-08 17:00
puppya2-Dec-08 17:00 
AnswerRe: how to change title of a child dialog? Pin
Rajesh R Subramanian2-Dec-08 1:25
professionalRajesh R Subramanian2-Dec-08 1:25 
GeneralRe: how to change title of a child dialog? Pin
puppya2-Dec-08 17:18
puppya2-Dec-08 17:18 
AnswerRe: how to change title of a child dialog? Pin
David Crow2-Dec-08 4:06
David Crow2-Dec-08 4:06 
QuestionHow to develop "Freez Panes" functionality programatically. Pin
SNI1-Dec-08 19:18
SNI1-Dec-08 19:18 
QuestionLoad bitmaps dynamically Pin
kiranin1-Dec-08 18:57
kiranin1-Dec-08 18:57 
AnswerRe: Load bitmaps dynamically Pin
CPallini1-Dec-08 19:14
mveCPallini1-Dec-08 19:14 
If you're using Win32 API, you may use LoadImage [^], for instance
HANDLE hMyBmp = LoadImage(NULL, _T("res\\image.bmp"), IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE);


On the other hand, if you're using MFC/ATL, have a look at CImage class documentation [^], the Load method looks promising.
Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

AnswerRe: Load bitmaps dynamically Pin
KarstenK1-Dec-08 21:29
mveKarstenK1-Dec-08 21:29 
AnswerRe: Load bitmaps dynamically Pin
Jijo.Raj1-Dec-08 21:38
Jijo.Raj1-Dec-08 21:38 
AnswerRe: Load bitmaps dynamically Pin
Hamid_RT1-Dec-08 23:31
Hamid_RT1-Dec-08 23:31 
QuestionHide Application in startup Pin
MsmVc1-Dec-08 18:34
MsmVc1-Dec-08 18:34 
AnswerRe: Hide Application in startup Pin
Rajesh R Subramanian1-Dec-08 19:33
professionalRajesh R Subramanian1-Dec-08 19:33 
GeneralRe: Hide Application in startup Pin
MsmVc1-Dec-08 19:50
MsmVc1-Dec-08 19:50 
GeneralRe: Hide Application in startup Pin
Rajesh R Subramanian1-Dec-08 19:53
professionalRajesh R Subramanian1-Dec-08 19:53 
GeneralRe: Hide Application in startup Pin
MsmVc1-Dec-08 20:29
MsmVc1-Dec-08 20:29 
AnswerRe: Hide Application in startup Pin
Jijo.Raj1-Dec-08 21:52
Jijo.Raj1-Dec-08 21:52 
GeneralRe: Hide Application in startup Pin
MsmVc1-Dec-08 22:07
MsmVc1-Dec-08 22:07 
RantRe: Hide Application in startup Pin
Rajesh R Subramanian1-Dec-08 22:12
professionalRajesh R Subramanian1-Dec-08 22:12 
GeneralRe: Hide Application in startup Pin
MsmVc1-Dec-08 22:33
MsmVc1-Dec-08 22:33 
GeneralRe: Hide Application in startup Pin
Jijo.Raj2-Dec-08 1:19
Jijo.Raj2-Dec-08 1:19 
GeneralRe: Hide Application in startup Pin
MsmVc2-Dec-08 1:36
MsmVc2-Dec-08 1:36 
GeneralRe: Hide Application in startup Pin
Jijo.Raj2-Dec-08 1:49
Jijo.Raj2-Dec-08 1:49 
GeneralRe: Hide Application in startup Pin
MsmVc2-Dec-08 18:36
MsmVc2-Dec-08 18:36 
GeneralRe: Hide Application in startup Pin
Jijo.Raj3-Dec-08 6:37
Jijo.Raj3-Dec-08 6:37 

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.