Get Printer Device Names

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

Guest

Hi,
I wish to get all the names of printer devices using system.io or
system.drawing.printing or any other method. I know that you can do this in
Access so you should be able to do this in vb.net.

Thanx in advance

Geri
 
See if System.Drawing.Printing.PrinterSettings.InstalledPrinters is what you
are looking for.

message Hi,
I wish to get all the names of printer devices using system.io or
system.drawing.printing or any other method. I know that you can do this in
Access so you should be able to do this in vb.net.

Thanx in advance

Geri
 
Hello,
There doesn't seem to be any function name called
system.drawing.printersettings.installedprinters.

Geri
 
System.Drawing.Printing.PrinterSettings class has a property named
InstalledPrinters

message Hello,
There doesn't seem to be any function name called
system.drawing.printersettings.installedprinters.

Geri
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top