This code brings a file from remote server to the client without asking the "Save to disk" dialog box.This is very useful and much easier than
API Declarations
'This code brings a file from remote server to the client without asking the "Save to disk" dialog box
'Please feel free for any related querries
'Contact [email protected] for furthur details
Private Declare Function URLDownloadToFile Lib "urlmon" Alias "URLDownloadToFileA" (ByVal pCaller As Long, ByVal szURL As String, ByVal szFileName As String, ByVal dwReserved As Long, ByVal lpfnCB As Long) As Long