Print Tracking

  • Thread starter Thread starter BW
  • Start date Start date
B

BW

Has anyone attempted writing a print-tracking application in VB.Net? I'd
like it to run as an active service on the server and monitor all printjobs.

I'd like to write it myself but am not sure where to start. The app will
reside on SBS2003.

Can someone point me in the right direction on how to go about writing this?

bw
 
Thanks for the start. Notes were in de so I lost some of it in
translation. But according to the code I can use the Win32_Printjob for
print job information. Excuse me but what I don't see is how to make the
service listen for all printjobs, thus calling the code referenced.

Thanks.
 
use WMI. It is very easy to do. I have posted the code for this in this
group before. Do a search to find it. The only downside is that it can be
a little slow sometimes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top