- 博客(5)
- 资源 (1)
- 收藏
- 关注
原创 图片查看器beta1
图中红色部分为本次更新功能,能放大和缩小窗口,但图片还不能放大和缩小!新增代码:private void button1_Click(object sender, EventArgs e) { this.Height = this.Height + 20; this.Width = this.Width + 20;
2010-05-11 22:42:00
351
原创 一个图片查看器(会持续更新功能)
本例源代码: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace Pictrue_View{
2010-05-09 18:19:00
579
原创 用C#实现创建和删除文件夹
友情提示:请谨慎删除,否则后果自负!实现代码: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;us
2010-05-05 18:56:00
530
原创 随机数产生器(用C#实现)
代码如下:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace Math{ public pa
2010-04-28 13:32:00
749
原创 计算器C#代码(实现整数的四则运算)
这是我的第一个程序,很激动~不过目前只能实现整数的四则运算! using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows
2010-04-25 21:09:00
6257
2
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人