[转]下拉按钮 C#_Winform 自定义控件
摘要:[https://workspaces.codeproject.com/elia-sarti/splitbutton-an-xp-style-dropdown-split-button]using System;using System.ComponentModel;using System.Dra...
阅读全文
posted @
2014-05-29 10:58
z5337
阅读(666)
推荐(0) 编辑
读取 Excel 之 NPOI
摘要:读取一个Excel 的多个 Sheet 并放到一个 DataSet 里。 当写 byte[] 时,要使用 ms.ToArray(); 而不要使用 ms.GetBuffer(); 前者虽然稍慢,但不会在 Excel 文件中形成很多空字节。
阅读全文
posted @
2014-05-15 18:13
z5337
阅读(273)
推荐(0) 编辑
TraceLog.cs 累积 C#
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.IO; 5 using System.Diagnostics; 6 7 namespace Utility...
阅读全文
posted @
2014-05-13 10:51
z5337
阅读(338)
推荐(0) 编辑
正在进行中效果
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; ...
阅读全文
posted @
2014-05-09 09:29
z5337
阅读(171)
推荐(0) 编辑
[转]关于vs2005、vs2008和vs2010项目互转的总结
摘要:关于vs2005、vs2008和vs2010项目互转的总结分类:Asp.Net2010-11-16 16:5918239人阅读评论(12)收藏举报2010.net框架编译器有做.net的程序员和朋友曾经问过我,关于vs2005和vs2008、vs2008和vs2010、vs2005和vs2010项目...
阅读全文
posted @
2014-05-08 15:12
z5337
阅读(179)
推荐(0) 编辑
自绘图片下拉项 combobox listbox
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
阅读全文
posted @
2014-05-04 15:48
z5337
阅读(242)
推荐(0) 编辑
运行时手动伸缩控件大小
摘要:public partial class PanelX : UserControl { private Point oldXY; //private static PanelX instance; //public DataRow dr = null...
阅读全文
posted @
2014-05-02 16:06
z5337
阅读(197)
推荐(0) 编辑