搜索资源列表
Csharpcode11
- Microsoft.Win32命名空间下面的SystemEvents类,他有一个静态的事件SessionEnding在系统注销或者关机时发生,此事件只有在winform的程序下有效,而在控制台程序下面无效,不能激发事件;还有一点我们必须在程序推出时将加上的事件移除掉,否则就容易造成内存溢出。 -Microsoft.Win32 naming the space below SystemEvents category, He has a static events SessionEnding or
C#中实现软件自动升级
- winform程序相对web程序而言,功能更强大,编程更方便,但软件更新却相当麻烦,要到客户端一台一台地升级,本文结合实际情况,通过软件实现自动升级,弥补了这一缺陷,有较好的参考价值。 由于程序在运行时不能用新的版本覆盖自己,因此,我们将登录窗口单独做成一个可执行文件,用户登录时,从网上检测是否有新的主程序,如果有,则从后台下载并覆盖老的版本,用户输入正确的用户名和密码后,通过参数将必要的信息(如用户名、密码等)传递给主程序,实现登录,我们还是以实际例子来说明。
浅谈MVC架构在DotNET WinForm中的应用(C#).doc
- 浅谈MVC架构在DotNET WinForm中的应用(C#)
winForm学习资料
- winForm学习资料 ,大纲。。例子。。 不错的资源。
Winform常用控件的常用属性
- Winform常用控件的常用属性
Winform Study
- C# winform相关培训资料包括动态链接库及多线程操作-C# winform related training materials, including dynamic link library and multi-threaded operation
EroseWindow
- 不规则窗体在Winform编程中也占有重要地位,特别是一些大型软件中都有使用,不规则窗体的实现方法不少人都在讨论,那么究竟应该怎么去实现异形窗体呢?-Irregular form in the Winform program also plays an important role, especially in the software is being used in some large, irregular form of the realization method many peopl
winform
- winform安装项目安装包的制作部署 -winform project to install package to install the production deployment of winform project to install package to install the production deployment
three-tier-structure-winForm
- 基于3层结构的winform编程的理解与简介,新人转载的资料 自己不怎么会会写代码-3-tier structure based on the understanding and profile winform programming, new information reproduced less will write their own code
winform-develop-
- windows csharp开发能用到的很好的资料-windows csharp development can be used to good information
winfom-example
- winform开发教程和实例 对于初学者有很大的帮助-winform development tutorials and examples
WinForm
- winform中的图形,柱状图,饼图,曲线图的生成。-winform graphics, bar charts, pie charts, graphs generated.
winform-wpf
- winform与wpf之间的通信,通用问题。。通用问题-communication winform wpf between are, universal problem. . General Problem
WinForm-DataDirectory
- WinForm程序中两份mdf文件问题的解决-The two mdf file problems WinForm program
WinForm界面开发集锦-超精典
- 本文继续WInform界面开发系列的介绍,主要针对性介绍Winform开发过程中,经常用到的模块:数据字典模块、参数配置模块、权限管理模块的模块化应用,以及各模块的分合之道。
Winform
- 基于Winform下的迅风下载软件全程开发(C#应用版)-th download winform
winform
- winform+界面特效470多例,很完全,很适合初学者-winform+ interface effects more than 470 cases, it is incomplete, it is suitable for beginners
winforM-splash-BOOTui
- winform splash 开机画面用C#实现-winform splash start-up screen
WinForm窗体及其控件的自适应
- WinForm窗体及其控件的自适应在需要自适应的Form中实例化全局变量 AutoSizeFormClass.cs源码在下方 2.Form_Load事件中 3.Page_SizeChanged事件中(Adaptation of WinForm forms and their controls)
C#在WinForm下用摄像头实现抓图和录制
- C#在WinForm下用摄像头实现抓图和录制 可以录像 在线拍照(C# in WinForm with the camera to capture and record, you can take photos online.)