using System.Collections.Generic;using
System.ComponentModel;using System.Diagnostics;using System.Linq;using
System.Text;using System.Windows.Forms;u...
using System.Drawing;using
System.Windows.Forms;using System.Drawing.Drawing2D;using
System.Runtime.InteropServices;using System;using System.Drawing....
分类:
其他好文 时间:
2014-06-12 00:08:28
阅读次数:
1357
Essential Grid for Windows
Forms是一款功能强大的表格控件,很多功能和Excel表格相似,具有15种单元格类型,可以导入导出到Excel,支持多表头,多层显示,合并单元格,插入计算公式,支持LINQ,过滤和分组等。具体功能:支持Banner
Cells,可以联合背景和邻...
分类:
其他好文 时间:
2014-06-07 09:42:31
阅读次数:
338
/u02/UAT/inst/apps/UAT_newerp3/logs/ora/10.1.3/opmn/forms_default_group_1/http://blog.csdn.net/orthon/article/details/7707067SolutionIn
several custom...
分类:
其他好文 时间:
2014-06-05 19:51:06
阅读次数:
496
最近正好做一个WEB中定期执行的程序,而.NET中有3个不同的定时器。所以正好研究研究。这3个定时器分别是://1.实现按用户定义的时间间隔引发事件的计时器。此计时器最宜用于
Windows 窗体应用程序中,并且必须在窗口中使用。System.Windows.Forms.Timer// 2.提供以指...
分类:
Web程序 时间:
2014-05-30 18:17:23
阅读次数:
394
本来简单介绍了Autofac在Asp.Net Web
Forms中的应用,后来又添加了mvc、控制台应用程序中使用Autofac,详情请看源码。ASP.NET Web
Forms使用Autofac,至少需要一下步骤:1,引用Autofac程序集。2,添加Autofac Web Modules 到 W...
分类:
移动开发 时间:
2014-05-30 04:39:23
阅读次数:
374
using System;using System.Collections.Generic;using
System.Text;using System.Collections;using System.Windows.Forms;using
System.Drawing;//展示端口namespa...
分类:
其他好文 时间:
2014-05-29 02:34:07
阅读次数:
505
using System;using System.Windows.Forms;using
System.IO.Ports;using System.Drawing;using System.IO;using System.Text;using
System.Collections;using Sy...
分类:
其他好文 时间:
2014-05-27 15:38:36
阅读次数:
422
将flash嵌入WPF页面://添加加载flash的控件 // 创建 host 对象
System.Windows.Forms.Integration.WindowsFormsHost host = new
System.Windows.Forms.Integration.WindowsFormsH...
分类:
其他好文 时间:
2014-05-26 19:10:54
阅读次数:
271
最近正好做一个WEB中定期执行的程序,而.NET中有3个不同的定时器。所以正好研究研究。这3个定时器分别是:
//1.实现按用户定义的时间间隔引发事件的计时器。此计时器最宜用于 Windows 窗体应用程序中,并且必须在窗口中使用。
System.Windows.Forms.Timer // 2.提...
分类:
Web程序 时间:
2014-05-26 17:52:28
阅读次数:
285