VB Code:
Private Declare Function DoFileDownload Lib "shdocvw.dll" (ByVal lpszFile As String) As Long Private Sub Form_Load() DoFileDownload StrConv("http://www.server.com/download/file.zip", vbUnicode) End Sub
|
Results 1 to 13 of 13
Threaded View
|
Click Here to Expand Forum to Full Width |