Home All Groups Group Topic Archive Search About
Author
14 Feb 2006 5:10 PM
Pete Smith
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

Author
14 Feb 2006 10:52 PM
Cerebrus99
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/microsoft.public.dotnet.languages.vb/browse_thread/thread/762d53cdefe7e1e9/

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

Regards,

Cerebrus.
Author
15 Feb 2006 12:35 AM
Pete Smith
I posted this question through "microsoft.public.dotnet.languages.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" <zorg***@sify.com> wrote in message
news:1139957579.076750.151760@o13g2000cwo.googlegroups.com...
> 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/microsoft.public.dotnet.languages.vb/browse_thread/thread/762d53cdefe7e1e9/
Show quoteHide quote
>
> If you want to change the default printer of the system, Eric Moreau's
> post should be very helpful.
>
> Regards,
>
> Cerebrus.
>
Author
15 Feb 2006 1:13 AM
Dennis
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


Show quoteHide quote
"Cerebrus99" wrote:

> 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/microsoft.public.dotnet.languages.vb/browse_thread/thread/762d53cdefe7e1e9/
>
> If you want to change the default printer of the system, Eric Moreau's
> post should be very helpful.
>
> Regards,
>
> Cerebrus.
>
>
Author
15 Feb 2006 11:24 AM
Eric Moreau
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)
http://emoreau.s2i.com/

Show quoteHide quote
"Pete Smith" <PeteSmit***@hotmail.com> wrote in message
news:OF$knlYMGHA.2668@tk2msftngp13.phx.gbl...
> 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
>
>
>