printer jobs

J

JFB

Hi all,
I need to manage the jobs printing on a printer over the network. The new
Framework has something to help me with??
Any links? Any ideas?
Tks
JFB
 
N

Newbie Coder

I would use WMI to control print jobs/queues too.

The other user pointed you to a C# piece of code I think, which I viewed in
March, but it isn't that good

A simple Google search will show you better examples & the master of Google
searchs (MVP Herfried (Google Search Master LOL)) will surely help you with
that

But I do agree that WMI is the best way about it because you can purge print
queues, add jobs, delete or add printers, monitor... with very little code

On the Microsoft Scripting Site you'll find many simple scripts that can be
eeasily converted into VB.NET for printing/printers

I hope this helps,

Newbie Coder
 

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

Similar Threads

upload multiple files 3
datagrid help 1
Epson XP-3150 not printing 2
print pdf 3
dynamic graphic 1
Block IP's 2
null error 3
refresh App 2

Top