Results 1 to 4 of 4

Thread: Changing Proxy

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    879

    Exclamation Changing Proxy

    How do you change the proxy that Internet Explorer or the Web Browser Control uses by code.
    Visual Basic 6.0
    Visual C++ 5
    Delphi 5


  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    879
    So...its an impossible task??
    Visual Basic 6.0
    Visual C++ 5
    Delphi 5


  3. #3
    Frenzied Member
    Join Date
    Mar 2001
    Location
    You are HERE •™
    Posts
    1,300
    It's a registry setting:

    Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
    Value Name: ProxyServer
    Data Type: REG_SZ
    Data: Server:Port

    Here's the link where I got this info:
    http://www.mydesktophelp.com/tips/ie12.htm

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    879
    Ok..thanx, I knew it could be done from the registery. One more question though. Would I have to shut down my application and start it over everytime I change the proxy?

    Thanx once again
    Visual Basic 6.0
    Visual C++ 5
    Delphi 5


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