Click here to Skip to main content
15,887,485 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: creating a dialog in non mfc application Pin
ThatsAlok9-May-12 21:11
ThatsAlok9-May-12 21:11 
GeneralRe: creating a dialog in non mfc application Pin
wangafei9-May-12 21:15
wangafei9-May-12 21:15 
GeneralRe: creating a dialog in non mfc application Pin
Rajeev.Goutham9-May-12 21:22
Rajeev.Goutham9-May-12 21:22 
AnswerRe: creating a dialog in non mfc application Pin
ThatsAlok9-May-12 22:57
ThatsAlok9-May-12 22:57 
GeneralRe: creating a dialog in non mfc application Pin
wangafei10-May-12 16:40
wangafei10-May-12 16:40 
AnswerRe: creating a dialog in non mfc application Pin
ThatsAlok10-May-12 19:57
ThatsAlok10-May-12 19:57 
GeneralRe: creating a dialog in non mfc application Pin
Rajeev.Goutham9-May-12 21:24
Rajeev.Goutham9-May-12 21:24 
QuestionDrawimage Pin
john56329-May-12 2:09
john56329-May-12 2:09 
I am trying to draw image using bitblt method. When I try to

CBitmap bitmap;
bitmap.LoadBitmap(IDB_BITMAP1);


it works and image is getting drawn but when I use

Bitmap *bitmap = Bitmap::FromFile(L"d:\\Projects\\res\\state.bmp");


It does not draw any image...

Pleas help to sort out the problem. I need to draw image directly from path, not from resource and using bitblt only..
AnswerRe: Drawimage Pin
Anu_Bala9-May-12 2:19
Anu_Bala9-May-12 2:19 
GeneralMessage Removed Pin
9-May-12 2:28
john56329-May-12 2:28 
GeneralRe: Drawimage Pin
Anu_Bala9-May-12 2:36
Anu_Bala9-May-12 2:36 
GeneralRe: Drawimage Pin
john56329-May-12 2:35
john56329-May-12 2:35 
AnswerRe: Drawimage Pin
enhzflep9-May-12 2:51
enhzflep9-May-12 2:51 
GeneralRe: Drawimage Pin
ThatsAlok9-May-12 21:13
ThatsAlok9-May-12 21:13 
AnswerRe: Drawimage Pin
Chris Meech9-May-12 2:49
Chris Meech9-May-12 2:49 
GeneralRe: Drawimage Pin
john56329-May-12 2:54
john56329-May-12 2:54 
GeneralRe: Drawimage Pin
Anu_Bala9-May-12 18:09
Anu_Bala9-May-12 18:09 
GeneralRe: Drawimage Pin
john56329-May-12 20:15
john56329-May-12 20:15 
AnswerRe: Drawimage Pin
wangafei9-May-12 21:03
wangafei9-May-12 21:03 
QuestionSplit window in MDI Pin
Anu_Bala8-May-12 19:21
Anu_Bala8-May-12 19:21 
AnswerRe: Split window in MDI Pin
Jochen Arndt8-May-12 21:04
professionalJochen Arndt8-May-12 21:04 
AnswerOdd MFC Dialog Executable Behavior Pin
wmallory8-May-12 8:20
wmallory8-May-12 8:20 
QuestionRe: Odd MFC Dialog Executable Behavior Pin
David Crow8-May-12 9:26
David Crow8-May-12 9:26 
GeneralRe: Odd MFC Dialog Executable Behavior Pin
Code-o-mat8-May-12 10:32
Code-o-mat8-May-12 10:32 
QuestionDiff of image Pin
john56328-May-12 1:06
john56328-May-12 1:06 

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.