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.
A Browser Helper Plugin I’m writing at the moment (C++) needs a list of
Share
See
URLDownloadToFilefunction.