Is there a way to detect the proxy settings address and port number?
Announcement
Collapse
No announcement yet.
Detecting Proxy settings
Collapse
X
-
Re: Detecting Proxy settings
Exactly. The dialog is meant to prompt the user for those settings.
If you want to get them automatically, you can try getting the information from the Registry (you might be able to gather it from IE's connection settings?), but I don't believe it will always be available that way.--[[ Indigo Rose Software Developer ]]
Comment
-
Re: Detecting Proxy settings
Good idea Lorne, I found the registry values I wanted in the following places:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet Settings\ProxyServer
HKEY_USERS\.Default\Software\Microsoft\Windows\Cur rentVersion\Internet Settings\ProxyServer
Do you know which one should I use?
Thanks
Comment
Comment