|
Dim objApp As Application = new Application ()
ok --> objApp.ActivePrinter = "\\192.168.11.11\hp LaserJet 1300 PCL 5e on Ne01"
error --> objApp.ActivePrinter = "\\192.168.11.11\hp LaserJet 1300 PCL 5e"
i pickup Printer name in PrinterSettings.InstalledPrinters.Item() ,
and these pickup item seems short " on Nexx" .
so now , how can i get the printer name ends with " on Nexx"
or say that how to get the correct printer name which objApp.ActivePrinter can accept.
|