Home All Groups Group Topic Archive Search About

print functions in vb.net

Author
28 Feb 2006 11:23 PM
WebBuilder451
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
--
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes

Author
3 Mar 2006 10:20 AM
Armin Zingler
"WebBuilder451" <WebBuilder***@discussions.microsoft.com> schrieb
> 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