Home All Groups Group Topic Archive Search About

any dot net guru here can answer this question?

Author
23 Mar 2006 3:17 AM
dchu
Hi there,

Does anyone know how to get IE browser control to print in printer
duplex mode, as far as I know printersetting class can print duplex in
txt files, but I want IE browser to open an html docs then print in
dupelx mode.


Thanks if you can help.

Author
23 Mar 2006 7:54 AM
Cor Ligthert [MVP]
Dchu,

First of all there are at least 5 IE browser control classes that can be
used in dotNet.

AxWebbroswer, Webbrowser, direct SHDocvw, DHMTL and MSHTML.

All those use in fact SHDocVw. With that you cannot do anything more than
you can do with IE. For most classes much less. Therefore try first to find
how you can do it with IE direct and than if there is an interface for you
to that using one of these classes.

I hope this gives an idea.

Cor

<d***@bigfoot.com.au> schreef in bericht
Show quoteHide quote
news:1143083849.882733.306910@g10g2000cwb.googlegroups.com...
> Hi there,
>
> Does anyone know how to get IE browser control to print in printer
> duplex mode, as far as I know printersetting class can print duplex in
> txt files, but I want IE browser to open an html docs then print in
> dupelx mode.
>
>
> Thanks if you can help.
>