Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Mobile Development
  3. Mobile
  4. How to access Proxy details of Windows CE

How to access Proxy details of Windows CE

Scheduled Pinned Locked Moved Mobile
c++sysadminwindows-adminhardwaretutorial
4 Posts 2 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    subramjobmail
    wrote on last edited by
    #1

    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).

    J 1 Reply Last reply
    0
    • S subramjobmail

      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).

      J Offline
      J Offline
      Joao Paulo Figueira
      wrote on last edited by
      #2

      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 with HTTP, null-corp, WAP, etc.). Under these keys, you will find a Proxy value. This value is an SZ and contains the proxy address in the format [address]:[port].

      S 1 Reply Last reply
      0
      • J Joao Paulo Figueira

        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 with HTTP, null-corp, WAP, etc.). Under these keys, you will find a Proxy value. This value is an SZ and contains the proxy address in the format [address]:[port].

        S Offline
        S Offline
        subramjobmail
        wrote on last edited by
        #3

        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).

        J 1 Reply Last reply
        0
        • S subramjobmail

          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).

          J Offline
          J Offline
          Joao Paulo Figueira
          wrote on last edited by
          #4

          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.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups