manage network printers
-
How can I manage printers on network, getting their status, ink level, if any printer have any problem then getting problem description,enable/disable printing on specific printer,etc. All these I need to manage programmatically. Regards
I Love T-SQL "VB.NET is developed with C#.NET" If my post helps you kindly save my time by voting my post.
-
How can I manage printers on network, getting their status, ink level, if any printer have any problem then getting problem description,enable/disable printing on specific printer,etc. All these I need to manage programmatically. Regards
I Love T-SQL "VB.NET is developed with C#.NET" If my post helps you kindly save my time by voting my post.
I would think that would be determined by the api the printer publishes.
Never underestimate the power of human stupidity RAH
-
How can I manage printers on network, getting their status, ink level, if any printer have any problem then getting problem description,enable/disable printing on specific printer,etc. All these I need to manage programmatically. Regards
I Love T-SQL "VB.NET is developed with C#.NET" If my post helps you kindly save my time by voting my post.
Check out the System.Printing.PrintQueue and PrintSystemJobInfo classes. The actual status information you get back for a given printer will depend on how well a given printer (driver) integrates with Windows. (If a particular printer has "poor" Windows support, you will need to have access to the printer driver API; usually via a custom .NET dll supplied by the vendor, when available).
-
How can I manage printers on network, getting their status, ink level, if any printer have any problem then getting problem description,enable/disable printing on specific printer,etc. All these I need to manage programmatically. Regards
I Love T-SQL "VB.NET is developed with C#.NET" If my post helps you kindly save my time by voting my post.
if your printer is connected directly to the network and support SNMP you can talk to your network printer and get what you want from him! i recommend you check SNMP feature of your printer ( if they have it !)