Web Browser Control With Proxy & Sock Support !!
hi, i am using visual basic 6 and web browser control to automate some process. But i am facing some problem now, as i don't know how to set proxy and sock settings in vb6.
For example, if i want to change/apply proxy settings, then i have to do it manually by open internet explorer->tools->option->connection->settings.
But, i want to change/apply proxy settings from my code, i mean automatically.
For, example:
webBrowser.HTTPProxy=111.111.7.76:80
webBrowser.FTPProxy=111.111.7.76:80
webBrowser.SecureProxy=111.111.7.76:80
webBrowser.Socks=111.111.7.76
Please, guys help me out, i am facing problem for this... :( i need to know it very urgent :(
best regards
kamrul hassan
Re: Web Browser Control With Proxy & Sock Support !!
Perhaps this will help: How to make a web browser
Now try this.
Re: Web Browser Control With Proxy & Sock Support !!
hi, FireXtol, i am sorry to say, but.. how you supposed that will help, becuase that link have some very basic usage of web browser control but, i don't need them. I only want to know, how to handle proxy in web browser control.
please help me out some one
best regards
Re: Web Browser Control With Proxy & Sock Support !!
I was not sure how far you'd gotten. You didn't mention.... There's a basic primer, and a link to the MSDN describing an API you can use to change the proxy settings.
Apparently it can be done with the registry on Windows 7.
This might also be relevant: http://support.microsoft.com/kb/555850