Open a Website with AxWebBrowser/Proxy
Hi,
I am using the AxWebBrowser to open a Website. How is it possible to open a Website with a Proxy? I tested something like this:
AxWebBrowser1.Navigate("http://www.website.com", , , , "Host: xxx.xxx.xxx.xxx" & Chr(13) & Chr(10))
But that haven't worked :P
Maybe anyone knows how it works? Thanks ...