Hi,
I am using the code below:
When the PrintPreviewDialog show the Document, the user can print the Document.Code:Dim PPD As New PrintPreviewDialog PPD.WindowState = FormWindowState.Maximized PPD.Document = PrintDocument1 PPD.ShowDialog()
How can I prevent from the user to print from PrintPreviewDialog?




Reply With Quote