Discussion:
wininet beginner question
(too old to reply)
paul
2006-01-11 08:18:57 UTC
Permalink
hi there,
i am developing an application on pocket pc 2003 using embedded visual c++
4.
on my application, i would like to place a button on it, after clicking it,
it will download a file from a URL, i would like to implement it using
wininet.

could any one give me some hints?
i have gone to the msdn but the tutorial there is not enough......

thanks a lot!
sincerely,
paul
Scherbina Vladimir
2006-01-11 08:31:57 UTC
Permalink
Google for InternetReadFile.
There is an article on codeproject, that demonstrates how to use async.
wininet, I guess, it will help you:
http://www.codeproject.com/internet/asyncwininet.asp

--
Vladimir
Post by paul
hi there,
i am developing an application on pocket pc 2003 using embedded visual c++
4.
on my application, i would like to place a button on it, after clicking it,
it will download a file from a URL, i would like to implement it using
wininet.
could any one give me some hints?
i have gone to the msdn but the tutorial there is not enough......
thanks a lot!
sincerely,
paul
Loading...