Hi Fredrik,
> 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).
See here for a VB.NET example:
http://www.codeproject.com/vb/net/printwatchvbnet.asp
Hope this helps!

Signature
Regards,
Mr. Jani Järvinen
C# MVP
Helsinki, Finland
janij@removethis.dystopia.fi
http://www.saunalahti.fi/janij/
Fredrik - 05 May 2007 14:01 GMT
wrote:
> Hi Fredrik,
>
[quoted text clipped - 6 lines]
>
> Hope this helps!
Thanks,
Hadn't found this one...
I can probably make it work somehow, unfortunantly I do not have VB.NET
in my VS - so sorting out which file is which will be murder, to boot
the example test program crashed on start :(
// Fredrik
Fredrik - 05 May 2007 14:30 GMT
"Jani J���������������������������������������������" wrote:
> Hi Fredrik,
>
[quoted text clipped - 6 lines]
>
> 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
Duncan.Jones@bigfoot.com - 28 May 2007 12:16 GMT
> "Jani J?????????????????????????????????????????????" wrote:
> > Hi Fredrik,
[quoted text clipped - 14 lines]
>
> // Fredrik
The latest version and also a project that uses that in a windows
service is in a project called "PUMA" on CodePlex - see http://www.codeplex.com/PUMA
HTH,
Duncan Jones (the component's author..)