How to access Proxy details of Windows CE
-
Dear Friends, Did anybody know how to access the proxy details like (proxy server name proxy server port and etc) from registry or any other way. I want those values dynamically inside my application developed in Embedded VC++ 4.0 for Windows CE IE 5.5. Thanks and Best Regards, Subbu, 2003/05/30 (09:10 JST).
-
Dear Friends, Did anybody know how to access the proxy details like (proxy server name proxy server port and etc) from registry or any other way. I want those values dynamically inside my application developed in Embedded VC++ 4.0 for Windows CE IE 5.5. Thanks and Best Regards, Subbu, 2003/05/30 (09:10 JST).
You have to look in the Providers section of the connection manager tree in the registry. Check the keys under:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ConnMgr\Providers\{EF097F4C-DC4B-4c98-8FF6-AEF805DC0E8E}
Here, you will see some providers (keys that start withHTTP
,null-corp
,WAP
, etc.). Under these keys, you will find aProxy
value. This value is anSZ
and contains the proxy address in the format [address]:[port]. -
You have to look in the Providers section of the connection manager tree in the registry. Check the keys under:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ConnMgr\Providers\{EF097F4C-DC4B-4c98-8FF6-AEF805DC0E8E}
Here, you will see some providers (keys that start withHTTP
,null-corp
,WAP
, etc.). Under these keys, you will find aProxy
value. This value is anSZ
and contains the proxy address in the format [address]:[port].Dear João Paulo Figueira san, In my Windows CE .NET registry i dont have the key which you have specified, But i can able to access internet and browse the sites. As per our understanding it is connected to Wireless LAN. Is there any solution in this type of cases. Thanks and Best Regards, Subbu, 2003/06/02 (08:55 JST).
-
Dear João Paulo Figueira san, In my Windows CE .NET registry i dont have the key which you have specified, But i can able to access internet and browse the sites. As per our understanding it is connected to Wireless LAN. Is there any solution in this type of cases. Thanks and Best Regards, Subbu, 2003/06/02 (08:55 JST).
subramjobmail wrote: In my Windows CE .NET registry i dont have the key which you have specified :( Sorry! I did not realize from your first post that your system is CE .NET... The answer I gave you is valid for Pocket PC 2002.