CONNECTING PRINTER FROM VB.NET 2005

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Morten Fagermoen

    #1

    CONNECTING PRINTER FROM VB.NET 2005

    Hi!

    What is the easiest way to connect (a network printer) and set a default
    printer from a VB.NET 2005 application?

    Regards

    Morten Fagermoen

  • Terry Olsen

    #2
    Re: CONNECTING PRINTER FROM VB.NET 2005

    You could do it with WMI:


    Or you could do it using PrintUI.dll



    "Morten Fagermoen" <morten@fagermo en.comwrote in message
    news:eMFz8Tn%23 GHA.4708@TK2MSF TNGP05.phx.gbl. ..
    Hi!
    >
    What is the easiest way to connect (a network printer) and set a default
    printer from a VB.NET 2005 application?
    >
    Regards
    >
    Morten Fagermoen
    >

    Comment

    • Morten Fagermoen

      #3
      Re: CONNECTING PRINTER FROM VB.NET 2005

      Thank you for your help!!

      Morten


      "Terry Olsen" <tolsen64@hotma il.comwrote in message
      news:%238fQDyq% 23GHA.4196@TK2M SFTNGP03.phx.gb l...
      You could do it with WMI:

      >
      Or you could do it using PrintUI.dll

      >
      >
      "Morten Fagermoen" <morten@fagermo en.comwrote in message
      news:eMFz8Tn%23 GHA.4708@TK2MSF TNGP05.phx.gbl. ..
      >Hi!
      >>
      >What is the easiest way to connect (a network printer) and set a default
      >printer from a VB.NET 2005 application?
      >>
      >Regards
      >>
      >Morten Fagermoen
      >>
      >
      >

      Comment

      Working...