文件名称:updateCSharp-Winform
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-10-29
- 文件大小:
- 1mb
- 下载次数:
- 0次
- 提 供 者:
- as***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
C# Winform 实现软件自动更新升级,我们将登录窗口单独做成一个可执行文件,用户登录时,从网上检测是否有新的主程序,如果有,则从后台下载并覆盖老的版本,用户输入正确的用户名和密码后,通过参数将必要的信息(如用户名、密码等)传递给主程序,实现登录。-C# Winform automatic software updates, we will make a separate login window executable file, a user logs in, from the Internet to detect whether there is a new main program, and if so, from the background download and overwrite the old version, the user enters the correct The user name and password, the necessary information via the parameter (such as user names, passwords, etc.) passed to the main program, the realization login.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
updateC# Winform 程序升级
.........................\Login
.........................\.....\App.ico
.........................\.....\AssemblyInfo.cs
.........................\.....\bin
.........................\.....\...\Debug
.........................\.....\Form1.cs
.........................\.....\Form1.resx
.........................\.....\Login.csproj
.........................\.....\Login.csproj.user
.........................\.....\obj
.........................\.....\...\Debug
.........................\.....\...\.....\Login.exe
.........................\.....\...\.....\Login.Form1.resources
.........................\.....\...\.....\Login.pdb
.........................\.....\...\.....\Login.projdata
.........................\.....\...\.....\temp
.........................\.....\...\.....\TempPE
.........................\MainPro
.........................\.......\App.ico
.........................\.......\AssemblyInfo.cs
.........................\.......\bin
.........................\.......\...\Debug
.........................\.......\...\.....\MainPro.exe
.........................\.......\...\.....\MainPro.pdb
.........................\.......\Form1.cs
.........................\.......\Form1.resx
.........................\.......\MainPro.csproj
.........................\.......\MainPro.csproj.user
.........................\.......\MainPro.sln
.........................\.......\MainPro.suo
.........................\.......\obj
.........................\.......\...\Debug
.........................\.......\...\.....\MainPro.exe
.........................\.......\...\.....\MainPro.Form1.resources
.........................\.......\...\.....\MainPro.pdb
.........................\.......\...\.....\MainPro.projdata
.........................\.......\...\.....\temp
.........................\.......\...\.....\TempPE
.........................\mydatabase.mdb
.........................\UpLoad
.........................\......\App.ico
.........................\......\AssemblyInfo.cs
.........................\......\bin
.........................\......\...\Debug
.........................\......\Form1.cs
.........................\......\Form1.resx
.........................\......\obj
.........................\......\...\Debug
.........................\......\...\.....\temp
.........................\......\...\.....\TempPE
.........................\......\...\.....\UpLoad.exe
.........................\......\...\.....\UpLoad.Form1.resources
.........................\......\...\.....\UpLoad.pdb
.........................\......\...\.....\UpLoad.projdata
.........................\......\UpLoad.csproj
.........................\......\UpLoad.csproj.user
.........................\在C#中实现软件自动升级.doc