Click here to Skip to main content
15,922,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Serializing and class hierarchy Pin
Gero Gerber27-Oct-02 4:43
Gero Gerber27-Oct-02 4:43 
GeneralRe: Like this Pin
Con27-Oct-02 4:55
Con27-Oct-02 4:55 
GeneralRe: Like this Pin
Gero Gerber27-Oct-02 5:04
Gero Gerber27-Oct-02 5:04 
Generalphisical view of a dictionary Pin
includeh1027-Oct-02 3:28
includeh1027-Oct-02 3:28 
GeneralRe: phisical view of a dictionary Pin
Conan Ua Diarmaid27-Oct-02 4:58
sussConan Ua Diarmaid27-Oct-02 4:58 
GeneralRe: phisical view of a dictionary Pin
includeh1027-Oct-02 7:20
includeh1027-Oct-02 7:20 
GeneralDocTemplates - Printing and Previewing Pin
Jerry Bogota27-Oct-02 3:24
sussJerry Bogota27-Oct-02 3:24 
GeneralRe: DocTemplates - Printing and Previewing Pin
Roger Allen28-Oct-02 1:53
Roger Allen28-Oct-02 1:53 
In MFC, its the view which handles the printing of data from a document. All CView derived class's have the OnPrint() member function, which gets called once per page of output. You have to implement that printing code in this function for your document template view class.

Take a look at the examples in the printing section here.

Roger Allen
Sonork 100.10016

I have a terminal disease. Its called life!
GeneralHelp context sensitive help in VC++ Pin
B4u27-Oct-02 3:21
B4u27-Oct-02 3:21 
GeneralRe: Help context sensitive help in VC++ Pin
Roger Allen28-Oct-02 2:00
Roger Allen28-Oct-02 2:00 
QuestionWhat means KEY_ENUMERATE_SUB_KEYS in registry? Pin
Anonymous27-Oct-02 2:58
Anonymous27-Oct-02 2:58 
AnswerRe: What means KEY_ENUMERATE_SUB_KEYS in registry? Pin
peterchen27-Oct-02 7:50
peterchen27-Oct-02 7:50 
GeneralRe: What means KEY_ENUMERATE_SUB_KEYS in registry? Pin
Anonymous27-Oct-02 19:41
Anonymous27-Oct-02 19:41 
Generalwhile(memory_address) Pin
tongc27-Oct-02 1:37
tongc27-Oct-02 1:37 
GeneralRe: while(memory_address) Pin
Daniel Turini27-Oct-02 1:46
Daniel Turini27-Oct-02 1:46 
GeneralRe: while(memory_address) Pin
Dominik Reichl27-Oct-02 1:46
Dominik Reichl27-Oct-02 1:46 
GeneralRe: while(memory_address) Pin
tongc27-Oct-02 1:57
tongc27-Oct-02 1:57 
GeneralRe: while(memory_address) Pin
Dominik Reichl27-Oct-02 2:06
Dominik Reichl27-Oct-02 2:06 
GeneralRead Summary Information out of WordFiles Pin
mkrelli27-Oct-02 1:23
mkrelli27-Oct-02 1:23 
Questionfor( ; ; ) ???? Pin
tongc27-Oct-02 0:55
tongc27-Oct-02 0:55 
AnswerRe: for( ; ; ) ???? Pin
Dominik Reichl27-Oct-02 1:11
Dominik Reichl27-Oct-02 1:11 
AnswerRe: for( ; ; ) ???? Pin
Brad Bruce27-Oct-02 1:15
Brad Bruce27-Oct-02 1:15 
GeneralRe: for( ; ; ) ???? Pin
tongc27-Oct-02 1:16
tongc27-Oct-02 1:16 
AnswerRe: for( ; ; ) ???? Pin
Hugo Hallman27-Oct-02 1:52
Hugo Hallman27-Oct-02 1:52 
GeneralRe: for( ; ; ) ???? Pin
tongc27-Oct-02 1:58
tongc27-Oct-02 1:58 

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.