Hi,
I am trying to write a program that will open a web page in Internet Explorer and save the result. I am having a problem with my proxy server though. If I wasn't using a proxy, the code would be:
However, I can find no information anywhere on how to supply a username and password value to the InternetExplorer object when a proxy is used. Can anyone help?
Dan Griffiths
Software Analyst
National Grid plc
I am trying to write a program that will open a web page in Internet Explorer and save the result. I am having a problem with my proxy server though. If I wasn't using a proxy, the code would be:
Code:
Dim wbBrowser as New SHDocVw.InternetExplorer
wbBrowser.Visible = True
wbBrowser.Navigate "[URL unfurl="true"]http://www.google.com"[/URL]
Dan Griffiths
Software Analyst
National Grid plc