Hi
I have a function I use in a win32 dll which downloads the source of a web page to file.
The primary windows function used in it is "URLDownloadToFile" in "urlmon.h"
But I would like to have a function that downloads directly to a string or char array.
I don't have much of an idea as to where to start though, and hoping someone might
direct me to a starting point.
Appreciate any advice.