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.
 
Back
Top