摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2014-12-29 22:11 布拉格的小调 阅读(385) 评论(0) 推荐(0)
摘要: 作为一名程序媛,很多时候是不是更愿意自定义控件呢,那就以自定义按钮为例,跟着小编来学习吧~using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.... 阅读全文
posted @ 2014-12-29 21:30 布拉格的小调 阅读(624) 评论(0) 推荐(0)
摘要: 基于c#winform的九九乘法表最近做作业时候做到了基于c#窗体的九九乘法表,在此做个总结,方便大家交流使用。制作思路为自定义一些lable控件,控件上显示乘法表的内容,在点击对应的内容时出现结果。运行结果:点击时效果:窗体加载时:点击label时:完整代码:using System;using ... 阅读全文
posted @ 2014-12-29 20:47 布拉格的小调 阅读(1529) 评论(0) 推荐(1)
摘要: 最近做作业时候做到了基于c#窗体的九九乘法表,在此做个总结,方便大家交流使用。 制作思路为自定义一些lable控件,控件上显示乘法表的内容,在点击对应的内容时出现结果。 运行结果: 点击时效果: 窗体加载时: 点击label时: 完整代码: using System;using System.Collections.Generic;using System.ComponentMod... 阅读全文
posted @ 2014-12-29 20:36 布拉格的小调 阅读(1471) 评论(0) 推荐(0)