seanly

 

文章分类 -  Winfrom

DataGridView 数据导出excel_and_xml
摘要:先建立一个Export.cs:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Windows.Forms;using Microsoft.Office.Interop.Excel;using System.Data;using... 阅读全文

posted @ 2009-12-22 15:45 seanly 阅读(444) 评论(0) 推荐(0)

Winform窗口渐进打开关闭效果实现
摘要:在Load中调用ShowFXCenter函数,在FormClosing中调用HideFXCenter函数: [代码][代码] 阅读全文

posted @ 2009-12-22 10:14 seanly 阅读(287) 评论(0) 推荐(0)

导航