H
Henry
I am trying to download some PDF files from a website.
I am using the IWebBrowser2::Navigate Method
m_WebBrowser.Navigate
to get to the site. This works ok and the requested PDF file is displayed in
the window.
Then I am trying to SAVE TO A DIRECTORY the downloaded PDF file that is
currently displayed.
I am using the IWebBrowser2::ExecWB Method
m_WebBrowser.ExecWB(OLECMDID_SAVE, 2, NULL, NULL);
This does not work as far as I can tell. Any ideas?
Henry
I am using the IWebBrowser2::Navigate Method
m_WebBrowser.Navigate
to get to the site. This works ok and the requested PDF file is displayed in
the window.
Then I am trying to SAVE TO A DIRECTORY the downloaded PDF file that is
currently displayed.
I am using the IWebBrowser2::ExecWB Method
m_WebBrowser.ExecWB(OLECMDID_SAVE, 2, NULL, NULL);
This does not work as far as I can tell. Any ideas?
Henry