Printing using IP Address

  • Thread starter Thread starter Edward
  • Start date Start date
E

Edward

My client wishes to be able to print her Crystal Reports using various
printers' IP addresses. Does anyone have any sample code for how this
might be achieved? She is anxious to avoid using the normal File,
Print menu/dialog box methods, but to have a drop-down list of
available printers and have the user select one, and print via that
printer's IP address.

Possible? Easy? Poor solution?

TIA

Edward
 
Hello,

The PrintDialog has a property "ShowNetwork" that could helps you ...

bismark
 
I would think that all printers would need to be first set up on the local
PC - otherwise, for starters, Crystal woudn't know which printer driver to
use etc etc. The printers would then *appear* as local printers - you
could then choose the printer through your application by enumerating the
printers available to the PC.

HTH
Simon
 
Bismark Prods said:
Hello,

The PrintDialog has a property "ShowNetwork" that could helps you ...

bismark
I don't want to use the PrintDialog. I want to control the printing
entirely from code.

Edward
 
Back
Top