Print Preview Document

I cannot get the preview call function to work with the document I call>

Private Sub PrintPreviewToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuPrintPreview.Click

If ppdPreview.ShowDialog() = Windows.Forms.DialogResult.OK Then

ppdPreview.Document = txtDocument.SelectAll

End If



Answer this question

Print Preview Document