Forum: VB.NET 7 Days Ago |
| Replies: 0 Views: 158 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 9 Days Ago |
| Replies: 0 Views: 148 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... |
Forum: ASP.NET Sep 15th, 2008 |
| Replies: 0 Views: 722 hi to all,
i am new in asp.net.then i have a form in asp.net(vb) for an invoice bill.
i want to add the invoice
item row by row...each row containing item name,quatity,cost,tax,price..
in... |