How many jobs are waiting in the printer's queue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using VB.NET I would like to know if there is a way to get the jobs in a
printers queue. I am printing from the word interop and want to close my word
interface after I have printed all the jobs I have requested.

I am using PrintOut to print the document and an envelope then quitting the
application. I never get the envelop printed unless I stop the application
long enough for the first document to complete printing. I want to loop
through the jobs in the queue until there are none left then quit the
application.
 
Back
Top