Search code examples
c++winapiinternet-explorerbhowin32com

Does Internet Explorer offer a function to BHOs for downloading files over HTTP?


A Browser Helper Plugin I'm writing at the moment (C++) needs a list of domains for its work. This list must be updated weekly and is available as textfile over HTTP. Does Internet Explorer offer a method to download this file or do I have to use libcurl? I searched MSDN but didn't find anything helpful.


Solution

  • See URLDownloadToFile function.