any dot net guru here can answer this question?

  • Thread starter Thread starter dchu
  • Start date Start date
D

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.
 
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
 
Thanks Cor,

I actually have tried most of the methods that you have mentioned, but
no luck at all, thanks anyway.
 
Back
Top