- 博客(4)
- 资源 (4)
- 收藏
- 关注
原创 一个简单的四则运算器
<br />using System;<br />using System.Collections.Generic;<br />using System.ComponentModel;<br />using System.Data;<br />using System.Drawing;<br />using System.Linq;<br />using System.Text;<br />using System.Windows.Forms;<br />namespace comlistBoxTest<b
2010-06-06 21:28:00
376
原创 c#中xml文件操作
<br />这两天做一个项目,我想添加几个功能,其中涉及到xml文件的读写操作(本人菜鸟一个),郁闷一天,终于搞定,在此记录下:<br /> <br />using System;<br />using System.Data;<br />using System.Configuration;<br />using System.Collections;<br />using System.Web;<br />using System.Web.Security;<br />using System.Web.
2010-06-06 21:25:00
317
原创 实现窗体皮肤美化后进行窗体的移动
窗体美化(将窗体属性FormBorderStyle设置为none)发现整个窗体不能随鼠标移动了,我曾经用以下代码解决过窗体的移动: #region 实现点击移动 internal static int WM_NCHITTEST = 0x84; internal static IntPtr HTCLIENT = (IntPtr)0x1; int
2010-05-24 21:22:00
291
原创 一个简单的记事本小程序源码
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO;namesp
2010-05-16 17:09:00
4026
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人