print functions in vb.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need some one to point me in the right direction. I need to create a simple
program that will list installed printers and get a list of items in a
directory (all PDF's then send them to the selected printer. Ok not that
simple.
Any help would be appreciated.
Thanks
kes
 
WebBuilder451 said:
I need some one to point me in the right direction. I need to create
a simple program that will list installed printers and get a list of
items in a directory (all PDF's then send them to the selected
printer. Ok not that simple.


No complete solution, but it should help:

System.Drawing.Printing.PrinterSettings.InstalledPrinters
System.IO.Directory.GetFiles


Armin
 
Back
Top