Click here to Skip to main content
15,917,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Anchor Object for CDialog Pin
Christian Graus20-Nov-02 14:29
protectorChristian Graus20-Nov-02 14:29 
GeneralRe: Anchor Object for CDialog Pin
Taka Muraoka20-Nov-02 16:57
Taka Muraoka20-Nov-02 16:57 
GeneralRe: Anchor Object for CDialog Pin
MattG22-Nov-02 12:13
MattG22-Nov-02 12:13 
GeneralRe: Anchor Object for CDialog Pin
Joaquín M López Muñoz20-Nov-02 21:05
Joaquín M López Muñoz20-Nov-02 21:05 
GeneralRe: Anchor Object for CDialog Pin
MattG22-Nov-02 12:14
MattG22-Nov-02 12:14 
GeneralRe: Anchor Object for CDialog Pin
Gary R. Wheeler23-Nov-02 5:21
Gary R. Wheeler23-Nov-02 5:21 
GeneralMultiple Page Printing Pin
act_x20-Nov-02 12:57
act_x20-Nov-02 12:57 
GeneralRe: Multiple Page Printing Pin
Roger Allen21-Nov-02 2:16
Roger Allen21-Nov-02 2:16 
This sounds like a bug in your OnPrint() function. In this function you need to check the value of pInfo->m_nCurPage to see which out you need to draw/plot. In preview mode, the pages may be requested in any order, so your code needs to be able to plot any specific page separately. You probably have some code that saves state and then prints the next page on etc.


Roger Allen
Sonork 100.10016

I have a terminal disease. Its called life!
GeneralWhere to put MFC DLL's Pin
paulb20-Nov-02 12:12
paulb20-Nov-02 12:12 
GeneralRe: Where to put MFC DLL's Pin
Christian Graus20-Nov-02 12:33
protectorChristian Graus20-Nov-02 12:33 
GeneralRe: Where to put MFC DLL's Pin
User 988520-Nov-02 13:13
User 988520-Nov-02 13:13 
GeneralRe: Where to put MFC DLL's Pin
Christian Graus20-Nov-02 13:16
protectorChristian Graus20-Nov-02 13:16 
GeneralRe: Where to put MFC DLL's Pin
Jim A. Johnson20-Nov-02 12:38
Jim A. Johnson20-Nov-02 12:38 
GeneralRe: Where to put MFC DLL's Pin
Michael P Butler20-Nov-02 22:13
Michael P Butler20-Nov-02 22:13 
GeneralIID and CLSID from ActiveX controls Pin
Zac Howland20-Nov-02 11:33
Zac Howland20-Nov-02 11:33 
GeneralRe: IID and CLSID from ActiveX controls Pin
dabs20-Nov-02 13:38
dabs20-Nov-02 13:38 
GeneralDifference Between the Heap and The Stack Pin
ursus zeta20-Nov-02 10:55
ursus zeta20-Nov-02 10:55 
GeneralRe: Difference Between the Heap and The Stack Pin
Joaquín M López Muñoz20-Nov-02 11:07
Joaquín M López Muñoz20-Nov-02 11:07 
GeneralRe: Difference Between the Heap and The Stack Pin
Christian Graus20-Nov-02 13:27
protectorChristian Graus20-Nov-02 13:27 
GeneralRe: Difference Between the Heap and The Stack Pin
dabs20-Nov-02 13:43
dabs20-Nov-02 13:43 
GeneralRe: Difference Between the Heap and The Stack Pin
User 988520-Nov-02 11:10
User 988520-Nov-02 11:10 
GeneralRe: Difference Between the Heap and The Stack Pin
ursus zeta20-Nov-02 11:28
ursus zeta20-Nov-02 11:28 
Generalread a percent from a file Pin
Amit Dey20-Nov-02 10:52
Amit Dey20-Nov-02 10:52 
GeneralRe: read a percent from a file Pin
James R. Twine20-Nov-02 10:59
James R. Twine20-Nov-02 10:59 
GeneralRe: read a percent from a file Pin
Amit Dey20-Nov-02 11:10
Amit Dey20-Nov-02 11: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.