Hi!

I have build my application using MFC, in Visual Studio 2005.
Can anybody could tell how the internet connection is done
Programmatically,
from pocket pc.



Regards,
Shraddha

RE: Internet connection by amitranjan

amitranjan
Thu Jun 21 05:17:00 CDT 2007

Check out ConnectionManager in the sdk documentation. This should get you
started
--
Thanks and Regards
Amit Ranjan
blog:http://amitranjan.wordpress.com


"Shraddha" wrote:

> Hi!
>
> I have build my application using MFC, in Visual Studio 2005.
> Can anybody could tell how the internet connection is done
> Programmatically,
> from pocket pc.
>
>
>
> Regards,
> Shraddha
>
>

Re: Internet connection by shraddha

shraddha
Thu Jun 21 06:17:58 CDT 2007

I have checked out ConnectionManager, Even i have seen the sample they
have provided. They have shown how the connection to internet is done.
I am able to connect to net but unable to download urls in folder.
I have used API URLDownToFile, but unable to download in folder.
Please tell me how download a url to file. Tell me the method.