07 2011 档案

C# .NET Excel 导入 导出
摘要:1,Excel数据导入 将Excel作为类似access的数据源 using System.Data.OleDb; using System.IO;OpenFileDialog of = new OpenFileDialog();of.Title = "Excel文件"; of.FileName = ""; of.InitialDirectory = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments); of.Filter = "Excel文件(*.xls;*.xls 阅读全文

posted @ 2011-07-29 08:58 Henry_Wang 阅读(997) 评论(0) 推荐(1) 编辑

HTML复习
摘要:HTML标题<h1></h1><p></p>链接:<a href="http://XXXX">xxxx</a>图像:<img src=http://XXXX.jpgwidth="x“ height="y"/>无内容的标签:<br />标签要用小写HTML属性<a href=""> </a>IMG=>map =>area 图像的可点击区域<base href="" /&g 阅读全文

posted @ 2011-07-28 23:21 Henry_Wang 阅读(165) 评论(0) 推荐(0) 编辑

CAB框架 和 智能客户端简介 Composite Application Block and The Smart Client soft Factory
摘要:示例程序1:program.cs public class Program : FormShellApplication<WorkItem, Form1> { [STAThread] static void Main() { new Program().Run(); } protected override void AfterShellCreated() { base.AfterShellCreated(); this.Shell.IsMdiContainer = true; RootWorkItem.Items.Add(this.Shell, "Shell" 阅读全文

posted @ 2011-07-02 14:06 Henry_Wang 阅读(728) 评论(0) 推荐(0) 编辑

导航

< 2025年4月 >
30 31 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 1 2 3
4 5 6 7 8 9 10

统计

点击右上角即可分享
微信分享提示