0% found this document useful (0 votes)
26 views1 page

Print Dialog Box

This code defines a print dialog box that will appear when a button is clicked. It creates a new PrintDialog object and displays it as a modal dialog window using the ShowDialog() method. The PrintDialog allows the user to select a printer and printing options before initiating a print job.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views1 page

Print Dialog Box

This code defines a print dialog box that will appear when a button is clicked. It creates a new PrintDialog object and displays it as a modal dialog window using the ShowDialog() method. The PrintDialog allows the user to select a printer and printing options before initiating a print job.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

//Print dialog box//

Public Class Form1


Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
Dim dlg As New PrintDialog
dlg.ShowDialog()
End Sub
End Class

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy