VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This code brings a file from remote server to the client without asking the Save to disk dialog b

Vishal Kulkarni  (1 Submission)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Tue 20th February 2001   Mon 8th February 2021

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


Rate This code brings a file from remote server to the client without asking the Save to disk dialog b (1(1 Vote))
This code brings a file from remote server to the client without asking the Save to disk dialog b.bas

This code brings a file from remote server to the client without asking the Save to disk dialog b Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters