K
Ken Tucker [MVP]
Hi,
To supress the window use the standard print controller.
PrintDocument1.PrintController = New
System.Drawing.Printing.StandardPrintController
PrintDocument1.Print()
Ken
To supress the window use the standard print controller.
PrintDocument1.PrintController = New
System.Drawing.Printing.StandardPrintController
PrintDocument1.Print()
Ken