Forum: VB.NET 25 Days Ago |
| Replies: 0 Views: 215 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 27 Days Ago |
| Replies: 0 Views: 196 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: 730 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... |