I am trying to list all the printers on the network (we have a very large, cross-ocean network) using VS2008 & c#.

I am looking to replicate the functionality of the Find Printers dialog box in Windows (which can be found by going to Printers and Faxes, clicking Add a printer, selecting Network Printer, then picking Find a printer in the directory. From there you get this dialog box.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

You can get all connected printer using GetPrintQueue funtion of PrintServer class in Sytem.Printing Namespace Here is the good sample for this.

link|improve this answer
Unfortunately, the sample only deals with printers that are already connected to you. I am looking for ALL printers on the network. – AngryHacker Sep 12 '09 at 0:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.