On Mon, May 5, 2008 at 3:08 PM, Steve Harp <[EMAIL PROTECTED]> wrote: > > > >On 5/2/08, Steve Harp <[EMAIL PROTECTED]> wrote: > >> Hi All, > >> > >> How do I get list of available printers on a Linux machine? I'm using > >> C#/Mono and trying to populate a ComboBox with printers available on the > >> computer. > > > One way is to use > > System.Drawing.Printing.PrinterSettings.InstalledPrinters , which > > returns a string collection of all detected printers. > > > > andreia gaita > > Thanks for the reply Andreia. With this, I get an error "libcups not found. > To have printing support, you need cups installed." I do have cups > installed along with several cups related libraries. I'm using openSuse > 10.3 and there is no libcups available in Yast. >
libcups is part of the cups-devel package, which you should install. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
