会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Xsi64's Blog
专注.NET技术
博客园
首页
新随笔
联系
订阅
管理
2008年1月9日
为窗口设置双缓冲
摘要: 请在构造函数里面底下加上如下几行: SetStyle(ControlStyles.UserPaint, true); SetStyle(ControlStyles.AllPaintingInWmPaint, true); // 禁止擦除背景. SetStyle(ControlStyles.DoubleBuffer, true); // 双缓冲 参数说明: UserPaint 如果为 true...
阅读全文
posted @ 2008-01-09 22:40 Xsi64
阅读(219)
评论(0)
推荐(0)
编辑
公告