Hi All,
I need some help regarding downloading a picture and then save it in a folder.
Right now i have the following:
Private Declare PtrSafe Function URLDownloadToFile Lib "urlmon" Alias "URLDownloadToFileA" (ByVal pCaller As Long, ByVal szURL As String, ByVal szFileName As...