ToniMontana Posted February 25, 2004 Posted February 25, 2004 Hi all, I want to use the PrintPreviewDialog to preview a PrintDocument-Object. So I created a the object and set the Document-Property of the PrintPreviewDialog-Object to the object. If I call .Show on the PrintPreviewDialog-Object, I can see an empty page. So far, so good. But how can I fill this empty document? Just for a demo to show my boss.... Quote Greetings, Toni.
rustyd Posted February 26, 2004 Posted February 26, 2004 PrintPage event You need to add the printpage event for the print document. Here is a link from the help file to Printing/PrintPreview with examples and source code: Print/Print Preview Samples Quote rustyd
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.