Hi,
The following C# code, you can use to determine the default printer.
System.Drawing.Printing.PrinterSettings prntSettigns = new
System.Drawing.Printing.PrinterSettings();
string strDefaultPrinter = prntSettigns.PrinterName;
I am not able to get your second question. However there is Isvalid property
of PrinterSettings which can be used to check that the printer is Valid or
not.
Hope it is some help to you.
Thanks and Regards,
Piyush Thakuria
> Hi All,
>
[quoted text clipped - 6 lines]
>
> TIA,
John Bowman - 10 May 2005 13:34 GMT
Piyush,
Thanks, I'll give that a try and see how far I get...
John
> Hi,
>
[quoted text clipped - 26 lines]
>>
>> TIA,