Printing a web page?

  • Thread starter Thread starter Shane
  • Start date Start date
S

Shane

I have a program that just looks up 14 web address and i want to be able to
print them out.. I have print them now, but sometime they are the page is to
big to fit on one page, so i want to be able to do "Fit to Page".

Is there away that i can do a "fit to Page" in code? can please give me a
exp. or some place i can look at..
Thank you,

Shane
 
* "Shane said:
I have a program that just looks up 14 web address and i want to be able to
print them out.. I have print them now, but sometime they are the page is to
big to fit on one page, so i want to be able to do "Fit to Page".

Which code did you use to print the pages?
 
I use this code

AxWebBrowser1.ExecWB(SHDocVw.OLECMDID.OLECMDID_PRINT,
SHDocVw.OLECMDEXECOPT.OLECMDEXECOPT_DONTPROMPTUSER)

Shane
 
Back
Top