Re: [Mono-dev] Get list of installed printers

2005-12-31 Thread Robert Jordan
Hey, any ideeas in how can I retreive the list of printers installed on a system? In Windows.Forms was easy: [ ... ] But in mono i get this error: Unhandled Exception: System.NotImplementedException: The requested feature is not implemented. in [0x5] (at

Re: [Mono-dev] Get list of installed printers

2005-12-31 Thread Daniel Morgan
If you can wait until the next release of Mono, it will have some limited System.Drawing.Printing support. Windows will use Win32 GDI while Unix-like systems will use CUPS. Or you can get it from Mono's subversion repository. http://www.mono-project.com/AnonSVN There are some alternatives to