2009年10月13日
摘要: this.SetStyle(ControlStyles.DoubleBuffer, true);//设置双缓冲,防止图像抖动 this.SetStyle(ControlStyles.AllPaintingInWmPaint, true);// 忽略系统消息,防止图像闪烁 this.SetStyle(ControlStyles.UserMouse, true);//控制鼠标完成事件 阅读全文
posted @ 2009-10-13 13:55 永无止境 阅读(300) 评论(0) 推荐(1)