随笔分类 - Winform
摘要:【摘自:http://www.cnblogs.com/codeToUp/p/5371062.html】 工程的源代码地址:https://github.com/yes-or-no/WinFormTransValueDemoByDelOrEvent.git C#winform窗体间传值,三种方法示例,
阅读全文
摘要:首先我要读取这个excel文件然后生成Datable用winform编程的方式前台界面:后台的代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using Sys...
阅读全文
摘要:public void SetWindowRegion() { System.Drawing.Drawing2D.GraphicsPath FormPath; FormPath = new System.Drawing.Drawing2D....
阅读全文
摘要:http://www.cnblogs.com/JuneZhang/archive/2011/04/19/2020585.html进入窗口后默认聚焦到某个文本框,两种方法:①设置tabindex把该文本框属性里的tabIndex设为0,焦点就默认在这个文本框里了。②Winform的Activated事...
阅读全文