Chris

Chris

  • NA
  • 1
  • 0

Open a Website with AxWebBrowser/Proxy

Oct 10 2006 12:54 PM
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 ...