Forum: VB.NET Nov 2nd, 2009 |
| Replies: 0 Views: 232 hi to all,
i want to print the vb.net into a specified printer ,my code is as following
pdKbill.AllowPrintToFile = True
pdKbill.PrinterSettings = New PrinterSettings... |
Forum: VB.NET Oct 31st, 2009 |
| Replies: 0 Views: 225 hi,
i have 2 documents to print from the same vb.net form.
i want to print it using 2 printers.how can i set the printer for each one
without selecting the printer at run time. i want to set... |