Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: The differences between "class" and "struct" in C++ Pin
S. Senthil Kumar3-May-05 20:35
S. Senthil Kumar3-May-05 20:35 
GeneralRe: The differences between "class" and "struct" in C++ Pin
Bob Stanneveld3-May-05 22:27
Bob Stanneveld3-May-05 22:27 
GeneralRe: The differences between "class" and "struct" in C++ Pin
Anonymous3-May-05 22:55
Anonymous3-May-05 22:55 
GeneralRe: The differences between "class" and "struct" in C++ Pin
Bob Stanneveld4-May-05 0:18
Bob Stanneveld4-May-05 0:18 
GeneralSpecifying Printer Output Tray Pin
RYU^^3-May-05 19:15
RYU^^3-May-05 19:15 
GeneralRe: Specifying Printer Output Tray Pin
RYU^^4-May-05 19:39
RYU^^4-May-05 19:39 
GeneralCDC::StartPage() and CDC::EndPage() Pin
RYU^^3-May-05 19:11
RYU^^3-May-05 19:11 
GeneralRe: CDC::StartPage() and CDC::EndPage() Pin
Larry J. Siddens4-May-05 4:50
Larry J. Siddens4-May-05 4:50 
You also need to do a CDC::StartDoc() which informs the device a new job is starting. Then you do a CDC::StartPage() which informs the device a new page is being printed.

When don, you need to do an CDC::EndPage() for the end of a page and CDC::EndDoc() to inform the device that it has everything.

Take a look at the MSDN CDC::StartDoc documentation. There is an example in there.

Hope this helps.

Larry J. Siddens

GeneralRe: CDC::StartPage() and CDC::EndPage() Pin
RYU^^4-May-05 13:26
RYU^^4-May-05 13:26 
GeneralRe: CDC::StartPage() and CDC::EndPage() Pin
Larry J. Siddens5-May-05 4:45
Larry J. Siddens5-May-05 4:45 
GeneralRe: CDC::StartPage() and CDC::EndPage() Pin
RYU^^6-May-05 15:00
RYU^^6-May-05 15:00 
GeneralAfxGetAppName() equivalent Pin
Imtiaz Murtaza3-May-05 18:50
Imtiaz Murtaza3-May-05 18:50 
GeneralRe: AfxGetAppName() equivalent Pin
Christian Graus3-May-05 19:17
protectorChristian Graus3-May-05 19:17 
GeneralRe: AfxGetAppName() equivalent Pin
David Crow4-May-05 3:15
David Crow4-May-05 3:15 
GeneralRe: AfxGetAppName() equivalent Pin
Michael Dunn4-May-05 16:37
sitebuilderMichael Dunn4-May-05 16:37 
GeneralObjectARX ?. please someone help Pin
Ista3-May-05 18:28
Ista3-May-05 18:28 
GeneralRe: ObjectARX ?. please someone help Pin
Christian Graus3-May-05 18:54
protectorChristian Graus3-May-05 18:54 
GeneralRe: ObjectARX ?. please someone help Pin
Ista4-May-05 13:15
Ista4-May-05 13:15 
GeneralRe: ObjectARX ?. please someone help Pin
Joel Lucsy4-May-05 13:38
Joel Lucsy4-May-05 13:38 
GeneralChange the property of a menu Pin
houari_id3-May-05 17:23
houari_id3-May-05 17:23 
GeneralRe: Change the property of a menu Pin
Christian Graus3-May-05 18:07
protectorChristian Graus3-May-05 18:07 
GeneralRe: Change the property of a menu Pin
David Crow4-May-05 3:09
David Crow4-May-05 3:09 
Generalsyntax error C2146 Pin
mikelon3-May-05 15:03
mikelon3-May-05 15:03 
GeneralRe: syntax error C2146 Pin
Christian Graus3-May-05 15:26
protectorChristian Graus3-May-05 15:26 
GeneralRe: syntax error C2146 Pin
Bob Stanneveld3-May-05 22:30
Bob Stanneveld3-May-05 22:30 

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.