print preview option in a dialog?
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Take a look in http://www.codeproject.com/printing/[^] section here and read a bit. There is a lot of things that can answer you. Is not for a dialog but I recommend you the articles of Roger Allen and Joseph M. Newcomer their artcles helped me a lot while doing my own printing.
Greetings. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson
-
Does print previewing without the Document/View Framework [^] helpful?