checking if a local printer is installed

Jux

Member
Joined
Apr 18, 2007
Messages
9
Programming Experience
1-3
Hi everyone,

Im writing an application in which i need to check whether a local printer is installed. Any ideas how this can be done?

Thanks!
 
Drawing.Printing.PrinterSettings.InstalledPrinters Property returns a string collection with the names of all printers installed on the computer.
 
Hey,

thanks for your reply. Do you know if there is a way to check whether the printer is local though? Coz the user will have network printers installed too?
 
When I check this list network printers read "\\server\printername" while locals just read "printername".
 
Back
Top