会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
凡的世界
雨水敲打着玻璃,我敲打着键盘
博客园
首页
新随笔
联系
管理
订阅
04 2009 档案
自己c#的命名规范
摘要:先说数据类型 int 前面加i; bool 前面+ b; string 前面+ str float 前面+ f delegate 前+del 哎,麻烦,统一下,小于5个全加上,大于5个的取第一个单词,有变更再补充 到现在命名还不能统一,很麻烦
阅读全文
posted @
2009-04-30 10:21
凡的世界
阅读(259)
评论(0)
推荐(0)
编辑
解决listview在添加项闪烁的问题
摘要:用自定义控件 ,在构造函数中加入双缓冲 public class CustomListView : ListView { public CustomListView() { SetStyle(ControlStyles.Doubl...
阅读全文
posted @
2009-04-18 17:25
凡的世界
阅读(1951)
评论(0)
推荐(0)
编辑
关于将桌面扩展到监视器的问题 extended my windows desktop onto this monitor
摘要:说下思路吧 下面是网上找的Use the EnumDisplayDevices() API call to enumerate the display devices on the system and look for those that don't have the DISPLAY_DEVICE_ATTACHED_TO_DESKTOP flag set (this will include ...
阅读全文
posted @
2009-04-10 13:15
凡的世界
阅读(2669)
评论(0)
推荐(0)
编辑
公告