S
Stan Sainte-Rose
Hi,
How can I save a page loaded with AxWebBrowser into a winform as an htm page
?
Stan
How can I save a page loaded with AxWebBrowser into a winform as an htm page
?
Stan
pageHow can I save a page loaded with AxWebBrowser into a winform as an htm
Stan Sainte-Rose said:Thanks for your post.
Do you know where I can find more documentation about mshtml ?
I just need to save a page with the different graphics in local drive.
By the way what do you mean by "set an reference but do not set an import "
put the pictures in a different folder named Filename_filesru said:If you have a AxWebBrowser control on your form, you can save the page like this:
Browser.ExecWB(SHDocVw.OLECMDID.OLECMDID_SAVEAS, SHDocVw.OLECMDEXECOPT.OLECMDEXECOPT_DODEFAULT)
You'll be prompted with a savefiledialog, and it wiil save the page and
Cor said:Hi Stan,
You can better use the "webclient.dowloadfiles" to get those pictures,
that is very (even more simple than get a file from a disk)
Cor
message set