当前位置:首页 > 2021年7月7日

VB 文件下载Demo

Cristian_Ng5年前 (2021-07-07)VB 编程
'窗体 Private WithEvents Cdf As Cls_DownLoad Private Sub Form_Load()     Set Cdf = New Cls_DownLoad End Sub Private Sub Cdf_entDLFileDowning(sRemot...

VB 版本检查升级模块

Cristian_Ng5年前 (2021-07-07)VB 编程
'模块 '模块名称UpdateModule Function UpdateCheck() '升级检查 Dim NUrl As String Dim NFile As String Dim ExeLen As String Dim ServerUrl as string ServerUr...