文件名称:up
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-05-31
- 文件大小:
- 889kb
- 下载次数:
- 0次
- 提 供 者:
- 张
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个实用的visual C#在线升级模块源代码,也称为是“自动更新”模块。主程序分为服务端和客户端,服务端主要是一个FTP服务器,客户使用的程序自带有客户端的功能,会自动连接服务器并判断是否有文件更新,若有,会给出提示让用户下载更新。C#在线升级模块的客户端主窗体启动时,从FTP服务器上下载软件升级文件,并与计算机上的当前版本相比较,如果有最新版本,则弹出“版本信息”窗体,并将新版本及软件的更新信息显示出来。 在“在线升级”模块客户端的主窗体中,单击“升级设置”按钮,弹出“定时升级设置”对话框,该对话库中,用户可以设置升级服务器、升级频率及升级时刻等内容。 整个项目文件中包括了两个所需DLL类库中的生成代码,还有一个安装包生成程序,在线升级主程序文件在Upgrade目录中。因缩减压缩包,删除了相应的编译生成的文件,你只需下载源码后重新编译生成即可。-A practical visual C# online upgrade module source code, also called "automatic updates" modules. The main program is divided into server and client, the server is primarily a FTP server, the client uses the program comes with a client function will automatically connect to the server and to determine whether there is file updates, if any, will give prompt allows users to download updated. C# client online upgrade module main form starts from the FTP server to download the software upgrade file and the current version on your computer compared to the latest version if there is, then the pop-up "version information" form, and the new version and software updates appears. In "Online Upgrade" module client s main form, click "Upgrade Settings" button, pop-up "time to upgrade Settings" dialog box, the dialog library, the user can set the update, upgrade, upgrade frequency and time and so on. The entire project document includes two required DLL class library generated code, there is an ins
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Upgrade
.......\Upgrade
.......\.......\Program.cs
.......\.......\Properties
.......\.......\..........\AssemblyInfo.cs
.......\.......\..........\Resources.Designer.cs
.......\.......\..........\Resources.resx
.......\.......\..........\Settings.Designer.cs
.......\.......\..........\Settings.settings
.......\.......\Upgrade.csproj
.......\.......\Upgrade.csproj.user
.......\.......\bin
.......\.......\...\Debug
.......\.......\...\.....\NewXml
.......\.......\...\.....\......\Update.xml
.......\.......\...\.....\Update
.......\.......\...\.....\......\4.0
.......\.......\...\.....\......\...\Debug
.......\.......\...\.....\......\...\.....\UpgradeSetup.msi
.......\.......\...\.....\......\...\.....\setup.exe
.......\.......\...\.....\......\...\Release
.......\.......\...\.....\......\...\UpgradeSetup.vdproj
.......\.......\...\.....\......\5.0
.......\.......\...\.....\......\...\Debug
.......\.......\...\.....\......\...\.....\UpgradeSetup.msi
.......\.......\...\.....\......\...\.....\setup.exe
.......\.......\...\.....\......\...\Release
.......\.......\...\.....\......\...\UpgradeSetup.vdproj
.......\.......\...\.....\Update.xml
.......\.......\...\.....\Upgrade.pdb
.......\.......\...\.....\UpgradeClass.dll
.......\.......\...\.....\UpgradeClass.pdb
.......\.......\...\.....\UpgradeSet.ini
.......\.......\frmMain.Designer.cs
.......\.......\frmMain.cs
.......\.......\frmMain.resx
.......\.......\frmSet.Designer.cs
.......\.......\frmSet.cs
.......\.......\frmSet.resx
.......\.......\frmUpdate.Designer.cs
.......\.......\frmUpdate.cs
.......\.......\frmUpdate.resx
.......\Upgrade.sln
.......\Upgrade.suo
.......\UpgradeClass
.......\............\OperateClass.cs
.......\............\Properties
.......\............\..........\AssemblyInfo.cs
.......\............\UpgradeClass.csproj
.......\UpgradeServer
.......\.............\Program.cs
.......\.............\Properties
.......\.............\..........\AssemblyInfo.cs
.......\.............\..........\Resources.Designer.cs
.......\.............\..........\Resources.resx
.......\.............\..........\Settings.Designer.cs
.......\.............\..........\Settings.settings
.......\.............\UpgradeServer.csproj
.......\.............\frmMain.cs
.......\.............\frmMain.designer.cs
.......\.............\frmMain.resx
.......\.............\frmNewFolder.cs
.......\.............\frmNewFolder.designer.cs
.......\.............\frmNewFolder.resx
.......\UpgradeSetup
.......\............\Debug
.......\............\Release
.......\............\UpgradeSetup.vdproj
程序使用说明1.doc