printqueue

Setting Print Queue Priority in Windows

I have some code that sends a text file to a printer as follows: File.Copy(outputFile, "\\" & printServer & "\" & printer) Is there a way I can specify the priority of the print job before it's sent to the printer? ...

System.Printing to return printqueue status - properties never return true

Hi, I'm using System.Printing to interrogate PrintQueue status - my aim being to obtain status updates & errors, specifically the booleans IsOutOfMemory, NeedUserIntervention, IsOutOfPaper, HasPaperProblem, IsPaperJammed, IsInError, IsPaused, IsBusy, IsPrinting, IsProcessing, IsInitializing, IsDoorOpened etc. The problem is the propert...

Network printers and the PrintServer.GetPrintQueues method

I have a feeling that the PrintServer.GetPrintQueues method does not return the network printers. If this one is true, what other choices do i have? ...