Now I want to POST data into an Internet server through HTTP connection. But
when I run the program, it can not open the GPRS connection automatically,
not like the IE, which can open the GPRS connection automatically.
How can I implement IE's function?
Thanks.
Peter Foot - 14 Jul 2008 08:14 GMT
You can use the Connection Manager APIs - see the SDK documentation for
details. ConnMgrEstablishConnection etc. The Smartphone SDK sample CMTime
contains code to call Connection Manager.
Peter

Signature
Peter Foot
Microsoft Device Application Development MVP
peterfoot.net | appamundi.com | inthehand.com
APPA Mundi Ltd - Software Solutions for a Mobile World
In The Hand Ltd - .NET Components for Mobility
> Now I want to POST data into an Internet server through HTTP connection.
> But when I run the program, it can not open the GPRS connection
[quoted text clipped - 4 lines]
>
> Thanks.