how to print a prn file through VB.NET to network printer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

microsoft.public.dotnet.languages.vb,microsoft.public.windowsxp.print_fax,microsoft.public.dotnet.framework.aspnet



I want to print a prn file to a net work printer via vb.net. What's
the best way to do this?

Can I use 'net use' via vb.net? How?

Also, will that work with somehting like the following when using the
copy command?

o.AddPrinterConnection("LPT1", "\\MachineName\Test")


8957078
 
Back
Top