2012年2月8日

Brush 色谱

摘要: 运行效果如下: 程序源代码如下: using System; using System.Windows.Forms; using System.Drawing; using System.Reflection; using System.Collections.Generic; namespace ShowColor ... 阅读全文

posted @ 2012-02-08 17:14 SkySoot 阅读(499) 评论(0) 推荐(0)

WinForm 创建与读写配置文件

摘要: 1. 创建 app.config 文件: 右击项目名称,选择“添加”→“添加新建项”,在出现的“添加新项”对话框中,选择“添加应用程序配置文件”;如果项目以前没有配置文件,则默认的文件名称为“app.config”,单击“确定”。 出现在设计器视图中的app.config文件为: <?xml version="1.0" encoding="utf-8" ?> ... 阅读全文

posted @ 2012-02-08 16:47 SkySoot 阅读(13300) 评论(2) 推荐(0)

导航