当前位置:首页
> 2021年7月7日
VB 文件下载Demo
'窗体 Private WithEvents Cdf As Cls_DownLoad Private Sub Form_Load() Set Cdf = New Cls_DownLoad End Sub Private Sub Cdf_entDLFileDowning(sRemot...
VB 版本检查升级模块
'模块 '模块名称UpdateModule Function UpdateCheck() '升级检查 Dim NUrl As String Dim NFile As String Dim ExeLen As String Dim ServerUrl as string ServerUr...
