J
John O'Neill
Hi
In C# I would like to be able to set the printer device for printing a
document without using the PrintDialog. I am writing a pocket pc application
which uses a web service to print. I can only make the web service print to
the default printer installed on the web server, and need a way to allow
each pocket pc device to print to a different printer attached to the web
server running the web service. As far as I can tell, the only way to change
the printer on the fly is by using a PrintDialog. Obviously I can't have a
PrintDialog on an unattended web service and really need to find an
alternative solution to this problem.
Help would be much appreciated!
In C# I would like to be able to set the printer device for printing a
document without using the PrintDialog. I am writing a pocket pc application
which uses a web service to print. I can only make the web service print to
the default printer installed on the web server, and need a way to allow
each pocket pc device to print to a different printer attached to the web
server running the web service. As far as I can tell, the only way to change
the printer on the fly is by using a PrintDialog. Obviously I can't have a
PrintDialog on an unattended web service and really need to find an
alternative solution to this problem.
Help would be much appreciated!