Jester009 Posted January 24, 2008 Posted January 24, 2008 Hi guys, I have a browser embedded in the GUI using _IECreateEmbedded ( ) Then I changed the proxy for IE using the following code RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings","ProxyServer","REG_SZ","proxy02.XXXX.com:8080") RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "ProxyEnable","REG_DWORD", 1) The problem is when I use a private proxy (which prompt a dialog box to enter username and password), I can't navigate anywhere. Is there a way to use a private proxy in an embedded browser? Please help me guys... Thanks in advance Jester009
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now