Click here to Skip to main content
15,895,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: reference to const int Pin
jschell10-May-12 9:23
jschell10-May-12 9:23 
Questionuse mfc open "*.ppt"--can "use" the ppt Pin
wangafei9-May-12 21:07
wangafei9-May-12 21:07 
AnswerRe: use mfc open "*.ppt"--can "use" the ppt Pin
ThatsAlok9-May-12 21:08
ThatsAlok9-May-12 21:08 
GeneralRe: use mfc open "*.ppt"--can "use" the ppt Pin
wangafei9-May-12 21:13
wangafei9-May-12 21:13 
AnswerRe: use mfc open "*.ppt"--can "use" the ppt Pin
David Crow10-May-12 2:37
David Crow10-May-12 2:37 
AnswerRe: use mfc open "*.ppt"--can "use" the ppt Pin
Malli_S10-May-12 0:55
Malli_S10-May-12 0:55 
Questioncreating a dialog in non mfc application Pin
Rajeev.Goutham9-May-12 21:01
Rajeev.Goutham9-May-12 21:01 
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 
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 
You've not shown the code that actually draws the image, but I'll take a guess at the problem. In your first code snippet, it is a CBitmap instance that will be used for drawing. In your second snippet, it is a pointer to a Bitmap instance that is used. Your drawing code will need to be adjusted accordingly. Smile | :)
Chris Meech
I am Canadian. [heard in a local bar]

In theory there is no difference between theory and practice. In practice there is. [Yogi Berra]

posting about Crystal Reports here is like discussing gay marriage on a catholic church’s website.[Nishant Sivakumar]

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 

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.