摘要: 首先在窗体类里面声明两个变量,来监视鼠标的动作 //鼠标按下标识 bool mouseDown = false; Point mouseOffset;在Load事件里加载所有的图片 if (File.Exists(GlobalInfo.AppPath + "\\Picture\\login.png")) this.BackgroundImage = new Bitmap... 阅读全文
posted @ 2012-07-20 13:26 Hsppl 阅读(539) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Text; using System.Collections; using System.Data.SqlClient; using System.Data; namespace CN.COM.YYT.DBHelper { public cl... 阅读全文
posted @ 2012-07-20 10:03 Hsppl 阅读(644) 评论(0) 推荐(0) 编辑