Chapter 25 Printing - PrintPreviewDialog
I have some programs that I orginially developed under VS 2005 Beta 2 that print reports using PrintDocument & PrintPreviewDialog. After C# 2005 Express was released I loaded it up and now PrintPreviewDialog displays the print content correctly but when I press the Print Button in the upper left it prints blank pages.
So I loaded down the Wrox code from Chapter 25 / Printing and I am getting the same results with the code from that chapter. PrintPreviewDialog prints blank pages.
I am running Windows XP. I've tried this on two separate machines with the same results.
I'll be upgrading to the full Professional Version of Visual Studio 2005 shortly and I'm hoping that the problem is not present there.
It would be great if someone with a full version of VS 2005 could load the code down from Chapter 25 / Printing and verify that it does work correctly.
Thanks, Jim
|