Defaullt Printer....

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Pete Smith

    Defaullt Printer....

    Since I did not get the solution to my problem I am posting this again.
    I am using the PrintDocument for my print application.
    Currently it is printing to the default printer.
    How to change to a different printer?
    VB.Net 2003 & .Net Framework 1.1.
    It is an automated application. Printer IP address will be driven from
    ..config file. Opening a PrintDialog box and setting it's return value equal
    to
    the printer that the user selects is not helpful.
    Thank you,
    Pete



  • Cerebrus99

    #2
    Re: Defaullt Printer....

    Hi Pete,

    Did you even check out the suggestions to your problem ? I didn't see
    any response from you in that post, to our advice.



    If you want to change the default printer of the system, Eric Moreau's
    post should be very helpful.

    Regards,

    Cerebrus.

    Comment

    • Pete Smith

      #3
      Re: Defaullt Printer....

      I posted this question through "microsoft.publ ic.dotnet.langu ages.vb".
      Your last posting that you mentioned here does not exists.
      Do not know why it missed out?
      Below posting appears to be helpful. I need to check it.
      Thank you,
      Pete



      "Cerebrus99 " <zorg007@sify.c om> wrote in message
      news:1139957579 .076750.151760@ o13g2000cwo.goo glegroups.com.. .[color=blue]
      > Hi Pete,
      >
      > Did you even check out the suggestions to your problem ? I didn't see
      > any response from you in that post, to our advice.
      >
      >[/color]
      http://groups.google.com/group/micro...d53cdefe7e1e9/[color=blue]
      >
      > If you want to change the default printer of the system, Eric Moreau's
      > post should be very helpful.
      >
      > Regards,
      >
      > Cerebrus.
      >[/color]


      Comment

      • Dennis

        #4
        Re: Defaullt Printer....

        Thanks for post...seems pretty clear from the link on how to get the
        available printers and set one to the current printer.
        --
        Dennis in Houston


        "Cerebrus99 " wrote:
        [color=blue]
        > Hi Pete,
        >
        > Did you even check out the suggestions to your problem ? I didn't see
        > any response from you in that post, to our advice.
        >
        > http://groups.google.com/group/micro...d53cdefe7e1e9/
        >
        > If you want to change the default printer of the system, Eric Moreau's
        > post should be very helpful.
        >
        > Regards,
        >
        > Cerebrus.
        >
        >[/color]

        Comment

        • Eric Moreau

          #5
          Re: Defaullt Printer....

          See an article I wrote in March 2005 from http://emoreau.s2i.com/

          --


          HTH

          Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
          Conseiller Principal / Senior Consultant
          Concept S2i inc. (www.s2i.com)


          "Pete Smith" <PeteSmithAl@ho tmail.com> wrote in message
          news:OF$knlYMGH A.2668@tk2msftn gp13.phx.gbl...[color=blue]
          > Since I did not get the solution to my problem I am posting this again.
          > I am using the PrintDocument for my print application.
          > Currently it is printing to the default printer.
          > How to change to a different printer?
          > VB.Net 2003 & .Net Framework 1.1.
          > It is an automated application. Printer IP address will be driven from
          > .config file. Opening a PrintDialog box and setting it's return value
          > equal
          > to
          > the printer that the user selects is not helpful.
          > Thank you,
          > Pete
          >
          >
          >[/color]


          Comment

          Working...