which printer is free or has low print job?

Fahad_nasir

New member
Joined
Nov 22, 2007
Messages
4
Location
Pakistan
Programming Experience
Beginner
I have viewed the installed printer in vb.net

code is
Imports System.Drawing.Printing

dim a as string

PrinterSettings.InstalledPrinters

listview1.items.add(a)

now there are five printers installed on my server and the above code
shows five printers on the listview. now i want when the client
send a print job it check which printer is free or which printer has low print job
server send to it. By all means centralized Printers management required code in vb.net

Sunny
 
Back
Top