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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
