i use AppWizard and use CRichEditView for base View class
when i use PrintPreview or Print,the Fonts are too big.
How can i do?
Sincerely Yours
Jong Chang Han at Taiwan
i use AppWizard and use CRichEditView for base View class
when i use PrintPreview or Print,the Fonts are too big.
How can i do?
Sincerely Yours
Jong Chang Han at Taiwan
1. CRichEditView Printing - How to print
Hi
I'm looking after a good book witch explain how Printing CRichEditView and
CRichEditCtrl.
I have readed, of course, the documentation into the Help, but I don't feel
exactly how to do for printing with marges and print's font.
My problem is :
I have a SDI application with a CSplitterWindow, with one graphic pane, and
a CRichEditView pane. I have also a dialog with CRichEditCtrl.
I want to print the two views, and also the content of the CRichEditCtrl.
So, I have a pointer to the CRichEditView, p_rView, and I want to make
p_rView->PrintPage(pDC, ???,???);
I have tryed
p_rView->PrintPage(pDC,0,0xFFFFFFFF);
The result, is printing one page with very little caracters on paper, and
very large caracters on Printpreview's View.
I have also tryed to call the OnPrint, but with bugs.
And Its two weeks I turn around this problem.
I don't want to call the MS Support, because I never recieved satisfying
answers, and I don't want to spend money for nothing.
If anybody can managed me to a good direction, It should be great!!
I have buy some books:
Programming Window's 95 with MFC-Jeff Prosise,
Inside Visual C++ -D.Krunglinsky,
and others no very interesant book
(I 'm beginner on VC++ , 7 month ago)- So, I swimming.
Thanks for answer
Daniel Bagno
2. Outlook Express XP thought police problem
3. CRichEditView printing & print preview
4. Anyone know of a product that will port MFC->DOS?
5. PROBLEM: CRichEditView: Printing selected text only???
6. Does Windows Server 2003 = NT 6.0?
7. Printing headers/footers from CRichEditView
8. CD-burning from MP3.COM Plus Express
9. Q: Print Selection: CRichEditView??
10. printing multiple pages from CRichEditView
11. How to insert page break in CRichEditView?
12. Syntax Highlighting with CRichEditView
13. Multiple word highlighting in CRichEditView ?