Is there a straightforward way to enumerate all visible network printers in .NET? Currently, I'm showing the PrintDialog to allow the user to select a printer. The problem with that is, local printers are displayed as well (along with XPS Document Writer and the like). If I can enumerate network printers myself, I can show a custom dialo...
Can some one guide me on how to setup the puma project? http://puma.codeplex.com/SourceControl/list/changesets
The guide they have is incomplete
...
My application does a CreateIC (and later, an OpenPrinter) for the user's default printer. When this is a remote printer, and that printer is powered down or otherwise not present on the network, it takes over 20 seconds for the CreateIC to return.
I'm looking for some call I can make that will give me a quick answer if the server is...
We are trying to expose a printer through the Internet to be accessed from one of our providers, but I'm new to this. We have a public IP address. How can I do this?
...
I have printer in my network to which I get by ip. I use OLEPRNLib library to get it status and it works ok.
I try to get job queue with this but it won't works:
System.Management.ObjectQuery oq = new System.Management.ObjectQuery("SELECT * FROM Win32_PrintJob");
ManagementObjectSearcher query1 = new ManagementObjectSearch...
I use :
ManagementObjectSearcher searcher = new
ManagementObjectSearcher("root\\CIMV2", "SELECT * FROM Win32_Printer");
to get printers but it find local printers..
It's possible to select network printers , by ip maybe ?
...
Hey ;)
I know that my network printer (big Konica Minolta) have own memory and storage there some info like printed jobs. It is possible to get from this memory this information? I try to use Win32_Printer or Win32_PrintJob but as I read it gets only jobs queue from Windows dialog box ...
Have You some idea how resolve my problem ?
...
Win32_PrintJob give me jobs from computer I use? But how to get jobs from specific printer? Something like use Win32_Printer to get Network printers and next using Win32_PrintJob to get all jobs from specific printer... It is possible ?
...
Hey All,
I'm trying to write a simple web interface to allow users to install one of a few predefined network printers. I had initally thought this would be a simple task, as I can easily install printers via the run command by hitting the printer dead on (\printserv\printername). I had planned to either use that in the tag, or prefix ...
I have this Zebra ZM400 Printer connected to the network (192.168.1.50). And I am trying to push a content to this printer directly from PHP.
This is the idea and I am just stuck without any way to do this. I tried the file_put_contents('192.168.1.50', $content) but with no success.
Would appreciate if anyone could please help me in so...
I have a friend who did the same thing with window form.
What I need is to make this to a window service.
The Window service program (printing controller service) will be used as a central printer controller.
Depending on the condition, I will send the printing job to different printer on the network (the printer is installed on USB)....
Hi everyone,
I want to add an wi-fi printer to our android device to get printout.
please help i am waiting for response.
Thanks in advance.
...