Click here to Skip to main content
16,008,183 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionOnPrint with MFC Pin
mnnca31-Oct-07 7:08
mnnca31-Oct-07 7:08 
AnswerRe: OnPrint with MFC Pin
Gofur Halmurat31-Oct-07 7:10
Gofur Halmurat31-Oct-07 7:10 
GeneralRe: OnPrint with MFC Pin
mnnca31-Oct-07 7:29
mnnca31-Oct-07 7:29 
QuestionRe: OnPrint with MFC Pin
Mark Salsbery31-Oct-07 7:16
Mark Salsbery31-Oct-07 7:16 
AnswerRe: OnPrint with MFC Pin
mnnca31-Oct-07 7:34
mnnca31-Oct-07 7:34 
GeneralRe: OnPrint with MFC Pin
Mark Salsbery31-Oct-07 8:37
Mark Salsbery31-Oct-07 8:37 
GeneralRe: OnPrint with MFC Pin
mnnca31-Oct-07 11:06
mnnca31-Oct-07 11:06 
GeneralRe: OnPrint with MFC Pin
Mark Salsbery1-Nov-07 5:32
Mark Salsbery1-Nov-07 5:32 
That's a tough one.

It looks like all your y coordinates (when drawing) should be negative
to be visible.  Is that the case?

You can try using a window DC instead of a printer DC (like print-preview). 
Saves time debugging and maybe you'll see something that you're not seeing
on the printed pages.

You may want to go through the project settings and compare ALL
settings between the release and debug. Make sure there's not a
release setting that would obviously change behavior.

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: OnPrint with MFC Pin
mnnca2-Nov-07 10:16
mnnca2-Nov-07 10:16 
GeneralRe: OnPrint with MFC Pin
mnnca7-Nov-07 7:58
mnnca7-Nov-07 7:58 
GeneralRe: OnPrint with MFC Pin
Mark Salsbery7-Nov-07 9:45
Mark Salsbery7-Nov-07 9:45 
GeneralRe: OnPrint with MFC Pin
mnnca7-Nov-07 10:54
mnnca7-Nov-07 10:54 
GeneralRe: OnPrint with MFC Pin
Mark Salsbery7-Nov-07 11:04
Mark Salsbery7-Nov-07 11:04 
GeneralRe: OnPrint with MFC Pin
mnnca7-Nov-07 11:13
mnnca7-Nov-07 11:13 
GeneralRe: OnPrint with MFC Pin
Mark Salsbery7-Nov-07 11:31
Mark Salsbery7-Nov-07 11:31 
GeneralRe: OnPrint with MFC Pin
mnnca7-Nov-07 11:37
mnnca7-Nov-07 11:37 
GeneralRe: OnPrint with MFC Pin
Nelek1-Nov-07 22:00
protectorNelek1-Nov-07 22:00 
GeneralRe: OnPrint with MFC Pin
mnnca2-Nov-07 10:14
mnnca2-Nov-07 10:14 
QuestionHide cursor on CEdit? Pin
Gofur Halmurat31-Oct-07 6:41
Gofur Halmurat31-Oct-07 6:41 
QuestionRe: Hide cursor on CEdit? Pin
Mark Salsbery31-Oct-07 7:04
Mark Salsbery31-Oct-07 7:04 
AnswerRe: Hide cursor on CEdit? Pin
Gofur Halmurat31-Oct-07 7:07
Gofur Halmurat31-Oct-07 7:07 
GeneralRe: Hide cursor on CEdit? Pin
Mark Salsbery31-Oct-07 7:13
Mark Salsbery31-Oct-07 7:13 
GeneralRe: Hide cursor on CEdit? Pin
Gofur Halmurat31-Oct-07 7:16
Gofur Halmurat31-Oct-07 7:16 
GeneralRe: Hide cursor on CEdit? Pin
Mark Salsbery31-Oct-07 7:30
Mark Salsbery31-Oct-07 7:30 
GeneralRe: Hide cursor on CEdit? Pin
Gofur Halmurat31-Oct-07 9:10
Gofur Halmurat31-Oct-07 9: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.