Monitor printers

  • Thread starter Thread starter Fredrik
  • Start date Start date
F

Fredrik

Hi,

I have a problem google or these groups has not yet been able to provide
an answer for, I could be missing something obvious. But I certainly
hope not.

I want to monitor all printer queues on the computer - and get a
notification when something changes (i.e. a new job is added or such).
Preferable without polling, but that is secondary.

Anyone got any idea on where to look/ask? Perhaps someone in here has a
solution and is willing to share?

// Fredrik
 
Jani J��������������������������������������������� said:
Hi Fredrik,


See here for a VB.NET example:

http://www.codeproject.com/vb/net/printwatchvbnet.asp

Hope this helps!

Managed to find it in compiled form at
http://www.merrioncomputing.com/Download/PrintQueueWatch.htm

Don't know if this is the latest version, but seems to work. Now all I
need is to make it a service :D

// Fredrik
 
Back
Top