Hi,
I am pretty new to vb.net, but I have used VB6 for the last few years. I am trying to print to a wireless (WHFI) Zebra QL 220 printer from a Symbol wireless scanner (MC9060). I don't know if that is relevant, but I think that I can do most of it, but I can't figure out how to print to the printer by the IP address. I have the following code, which would print to a printer on the network, but it won't work with an IP.
Is there something different that I need to use to print to the IP?
I am pretty new to vb.net, but I have used VB6 for the last few years. I am trying to print to a wireless (WHFI) Zebra QL 220 printer from a Symbol wireless scanner (MC9060). I don't know if that is relevant, but I think that I can do most of it, but I can't figure out how to print to the printer by the IP address. I have the following code, which would print to a printer on the network, but it won't work with an IP.
Code:
prnDoc.PrinterSettings.PrinterName = "\\Shipping"
Is there something different that I need to use to print to the IP?