CEditView and page breaks
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
How do I get page breaks to print correctly in CEditView? I checked to Wordpad example but can't find the code that does the work. Thanks Kevin
-
While Printing by MFC you have to do the Pagination by urself i.e. Override OnPrepareDC or OnBeginPrinting and set the no of pages stuff Live as if your were to die tomorrow. Learn as if you were to live forever. -Mahatma Gandhi