Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I've used the active x control (webbrowser), but I'm having troubles to find a way to tell it to use a specific proxy.

 

Navigation is simple enough, so I don't need help with that. Only the proxy part. Thanks in advance.

 

I prefer examples in c#, but vb.net is ok ;)

 

Last but not least, is there another component like the webbrowser, that I should know of?

  • *Gurus*
Posted

The WebBrowser ActiveX control should use whatever proxy IE is configured to use - I doubt you'll be able to make it use an arbitrary one of your choice.

 

The next version of the framework has a managed WebBrowser wrapper complete with DOM, that will be a great deal better than using the old ActiveX control.

MVP, Visual Developer - .NET

 

Now you see why evil will always triumph - because good is dumb.

 

My free .NET Windows Forms Controls and Articles

Posted (edited)

Thanks for the info, I'm looking forward for that.

 

But still, when I've set a proxy in my "real" IE, it still uses my real ip. If it didn't I wouldn't have that many problems.

 

But I'll have a look at it, only to prove myself wrong (Which I guess I'm).

 

Btw: Do you know of the up coming release date for the next framework?

 

[EDIT]:You are absolutely correct.the Webbrowser component does indeed use the current proxy settings.

 

You have saved my day.

 

Even though that this isn't the best solution, it is much better than not to be able to do it. Thanks again.

Edited by BrianHansen

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...