摘要: 对话框:一、提示对话框:DialogResult result = MessageBox.Show("提示文字","标题文字",按钮设置,图标设置)if(result == 枚举){}二、其它对话框:(一)ColorDialog:1、属性:Color - 选中的颜色。2、方法:ShowDialog(... 阅读全文
posted @ 2015-05-15 09:12 冷先生 阅读(305) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Data.SqlClient; 6 using ... 阅读全文
posted @ 2015-05-15 09:09 冷先生 阅读(460) 评论(0) 推荐(0)