04-05-16, 08:27 PM
PHP كود :
Using pd As New PrintDialog
If pd.ShowDialog = Windows.Forms.DialogResult.OK Then
Using pf As New PowerPacks.Printing.PrintForm(Me)
pf.PrinterSettings = pd.PrinterSettings
pf.Print()
End Using
End If
End Using
