Hi!
I have a form with a web browser control.I want to print the information from this web browser (navigate through one web page).Until now I can preview and print this, but if I want to save in a word document it doesnt work. I can save this as a html file or txt file, but thats all.
webbrows.ExecWB OLECMDID_SAVEAS,
OLECMDEXECOPT_PROMPTUSER
And, another thing, I dont know how I can preview and print information from 2 web pages or more.
Private Sub cmdPrint_Click()
webbrows.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_PROMPTUSER
End Sub
Private Sub cmdPreview_Click()
webbrows.ExecWB OLECMDID_PRINTPREVIEW, OLECMDEXECOPT_PROMPTUSER
End Sub
I have a form with a web browser control.I want to print the information from this web browser (navigate through one web page).Until now I can preview and print this, but if I want to save in a word document it doesnt work. I can save this as a html file or txt file, but thats all.
webbrows.ExecWB OLECMDID_SAVEAS,
OLECMDEXECOPT_PROMPTUSER
And, another thing, I dont know how I can preview and print information from 2 web pages or more.
Private Sub cmdPrint_Click()
webbrows.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_PROMPTUSER
End Sub
Private Sub cmdPreview_Click()
webbrows.ExecWB OLECMDID_PRINTPREVIEW, OLECMDEXECOPT_PROMPTUSER
End Sub