12-04-13, 02:16 AM
وعليكم السلام ورحمة الله وبركاته
جرب الكود التالي
بالتوفيق
جرب الكود التالي
PHP كود :
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
Private Sub Command1_Click()
lngRetVal = URLDownloadToFile(0, "www.qqq.com/file.php", Environ("userprofile") & "\Desktop\file.php", 0, 0)
End Sub
بالتوفيق

