IE - download file using VC++

  • Thread starter Thread starter AK
  • Start date Start date
A

AK

Good day!

This is probably not the right group, but... I've got program written in
C++, I want to download a file using IE - I just don't want to worry about
all the proxy settings etc. Could you please give me any hint or sample
code? As fare as I know Google Earth is doing something like that (for
example it detects that IE is in offline, it uses all the IE settings to
connect to internet).

Thanks,
A.
 
Hi AK,

try either of these newsgroups
microsoft.public.inetsdk.programming.wininet
microsoft.public.inetsdk.programming.webbrowser_ctl

shdocvw.dll has an api called dofiledownload (see headers)

Regards.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top