Connecting Tech Pros Worldwide Help | Site Map

Print Tracking

BW
Guest
 
Posts: n/a
#1: Nov 21 '05
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


Herfried K. Wagner [MVP]
Guest
 
Posts: n/a
#2: Nov 21 '05

re: Print Tracking


"BW" <bwillingham@aegisadvisers.com> schrieb:[color=blue]
> 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.[/color]

<URL:http://www.google.de/groups?selm=O4E7sOZxCHA.2512%40TK2MSFTNGP11>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Bernard Willingham
Guest
 
Posts: n/a
#3: Nov 21 '05

re: Print Tracking


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.



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Bob Hollness
Guest
 
Posts: n/a
#4: Nov 21 '05

re: Print Tracking


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.

--
Bob Hollness

-------------------------------------
I'll have a B please Bob

"Bernard Willingham" <bwillingham@aegisadvisers.com> wrote in message
news:%23hHLuB64EHA.1448@TK2MSFTNGP10.phx.gbl...[color=blue]
> 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.
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it![/color]


Closed Thread


Similar Visual Basic .NET bytes