CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2005
    Posts
    13

    Setting Proxy Server with IE Object?

    Can we set proxy server for LAN using IE Object?
    Manually its done by:Tools->Internet Options->connections->LAN settings.
    Can we do that with the IE object?
    Thanks in advance.

  2. #2
    Join Date
    Dec 2002
    Location
    St.Louis MO, USA
    Posts
    672

    Re: Setting Proxy Server with IE Object?

    I think it can be done through Registry setting see the following link for further information Click Here
    A Person who is polite is given goodness and a person who is away from Politeness is away from Goodness.

    NAUMAAN

  3. #3
    Join Date
    Mar 2005
    Posts
    13

    Re: Setting Proxy Server with IE Object?

    Thanks.But I knew that.I Set a proxy server with IE and Searched for it in the registry and found the relavant key.
    But as am I doing this in PHP,which I believe, cant change the registry nor Can it acess APIs as mentioned in the article.
    Can I do it with IE Object?
    Is the proxy stored as a property in InternetExplorer.Application, so that I could change it?
    Last edited by poolwin2001; March 9th, 2005 at 05:36 AM.

  4. #4
    Join Date
    Dec 2002
    Location
    St.Louis MO, USA
    Posts
    672

    Re: Setting Proxy Server with IE Object?

    Can I do it with IE Object?
    Is the proxy stored as a property in InternetExplorer.Application, so that I could change it?
    There is a constraint in your point of view, If any application currently not opened then its configuration must be stored in some Repository just like Registry,INI file etc so how u can chage its setting while it is not open through any object. Lets suppose IE is running and u want to change its proxy setting then IE supposed to have a message handler or function to change its proxy setting. I think If it did not have such message handler or function then u cannot do this.
    A Person who is polite is given goodness and a person who is away from Politeness is away from Goodness.

    NAUMAAN

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured