views:

32

answers:

1
+2  Q: 

Load Printer Name

I want to write code in C# for loading printer name in window. But I don't have any ideas to write it.

Can anybody help me to solve this problem?

+2  A: 

You need to use PrinterSettings.InstalledPrinters. For an example see the linked page.

garethm