how to set proxy of ie

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Umar85
    New Member
    • May 2008
    • 1

    how to set proxy of ie

    Hello,

    how can I set the value of proxy of internet explorer in c#, e.g. Setting proxy 0.0.0.0 and 80 for local host.
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    The proxy or a host entry?
    Proxy data i think is stored in the registry somewhere, so you could probably change it there.

    Host entries are kept in a file, but it will send up a lot of warning flags if you try to modify that file with code. (Or at least it should)

    Comment

    Working...