05 2011 档案
摘要:说明:首先在窗体上放一个PictrueBox控件,命名为pb1,拖动完整代码如下:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Draw...
阅读全文
摘要:下面以在Wpf中添加ZedGraph(用于创建任意数据的二维线型、条型、饼型图表的一个开源类库)控件,说明在WPF中使用Winform控件的方法。1、 首先添加对如下两个dll文件的引用:WindowsFormsIntegration.dll,System.Windows.Forms.dll。2、 ...
阅读全文
摘要:Microsoft.Office.Interop.Excel.Application excelApp = new Microsoft.Office.Interop.Excel.Application(); try { excelApp.Visible = false; //Cria...
阅读全文
浙公网安备 33010602011771号