I would like my webBrowser to run off proxys from a listbox. Everytime it were to start over I would like it to go down the list of proxys and choose the next one. My program is a webBrowser bot.

Recommended Answers

All 3 Replies

I just need the code to use a proxy now

well... I've recently created a bot too but as I needed some fancy features I've created my own class and for proxy support used WebProxy class... there's also other classes to accomplish that (like GlobalProxySelection)...

if it comes to webBrowser control as far as I know it does not nativaly support proxies but as it somehow refer to Internet Explorer it supports its settings... in here you will find some more information and probably the solution you are looking for (check comments for the art):
http://ryanfarley.com/blog/archive/2004/12/23/1330.aspx

Thank you

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.