Verify if a printer is installed
Hardware & Devices
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, how can verify if in my computer is installed / available a printer? Can help me with example in C#? Thanks a lot.
Alex
-
Hi, how can verify if in my computer is installed / available a printer? Can help me with example in C#? Thanks a lot.
Alex
AlexB47 wrote:
Can help me with example in C#?
Sorry, I did not notice this statement and gave you a C/C++ oriented answer. Although I am not really a .NET programmer my friend Google told me that your answer is in System.Drawing.Printing.PrinterSettings.InstalledPrinters The MSDN is here: http://msdn2.microsoft.com/en-us/library/system.drawing.printing.printersettings.installedprinters.aspx[^] Best Wishes, -David Delaune